Skip to content

Conversation

@GaneshPatil7517
Copy link
Contributor

This PR updates the documentation search behavior so that queries return results only from the camel-core documentation index, filtering out sub-project docs such as CK, CEQ, or CSB CEQ that previously appeared with higher priority.
The goal is to improve relevance for users who expect the main search bar to surface general Camel core information first.

What was changed

  • Search scope is now limited to the camel-core docs index.
  • Sub-project documentation is ignored in global search results.
  • Core Camel documentation results are ranked and displayed first.
  • Existing search features and UI behavior remain intact.

Testing

  • Verified search results return only camel-core matches.
  • Confirmed result ordering prioritizes core docs.
  • No console errors, regressions, or performance issues observed.

Notes

This change improves user experience by ensuring global search stays focused on the core documentation set, while still allowing sub-project docs to be browsed manually in their respective sections.

Closes: #1281

The search box now filters out sub-project documentation (Camel K,
Camel Quarkus, Camel Spring Boot, Camel Kafka Connector, Camel Kamelets,
Camel Karaf) to prioritize core Camel content for users searching
general Camel information.

Sub-project documentation is still accessible via direct navigation
in their respective sections.
@davsclaus
Copy link
Contributor

This PR also includes the previous PR for maven wrapper. Can you make a clean PR with only search changes

@GaneshPatil7517
Copy link
Contributor Author

hey @davsclaus See now link:- #1457

@davsclaus davsclaus closed this Jan 3, 2026
@GaneshPatil7517 GaneshPatil7517 deleted the search-camel-core-only branch January 3, 2026 14:14
@GaneshPatil7517 GaneshPatil7517 restored the search-camel-core-only branch January 3, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make search box only index and search core camel docs

2 participants