GaneshPatil7517 opened a new pull request, #1466: URL: https://github.com/apache/camel-website/pull/1466
Fixes #1464 **Changes:** 1. Added deduplication logic to filter out sub-page results when the parent page already matches the search query 2. When searching for "sql", only "Components / SQL" appears instead of showing all sub-sections (allowNamedParameters, healthCheckConsumerEnabled, etc.) 3.Increased Algolia hitsPerPage from 20 → 50 to get more results for proper deduplication 4.Core docs continue to have priority over component pages **How it works:** - First pass identifies parent pages that match the query directly - Second pass filters out sub-sections (URLs with # anchors) when parent page already matched - For component pages, only keeps the main entry (depth ≤ 2) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
