How to show each page only once on search results? #12022
Unanswered
kaycebasques
asked this question in
Q&A
Replies: 2 comments 3 replies
-
AFAIK, no. But there are a bunch of PRs trying to fix the search engine so maybe they can give you better results. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think that this problem is a symptom of a (recently-resolved) bug #11943 : in Sphinx versions up-to-and-including 7.2.6, identical contextual snippet appeared despite search results linking to multiple matches within a document. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you search for
pw_unit_test
on https://pigweed.dev/search.html you get results like this:This happens because we have structured our changelog like this:
20240226
is an H2 containing the updates published on 2024 Feb 26. Thepw_unit_test
nested as a child is an H3 containing the updates for that module. Etc.Is there a way to configure the local search engine to only show each page once?
Beta Was this translation helpful? Give feedback.
All reactions