-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
4
-
Severity 3 - Minor
Issue Summary
Pages with underscores (_) in their titles do not appear in either Quick or Advanced search when the word after the underscore is used as a search term.
Utilizing Confluence search syntax does not seem to resolve this issue.
Steps to Reproduce
- Create a page and include an underscore (_) in its title.
- For example: Hello_Test
- Perform a search using either the Quick or Advanced search with the term Test.
- Perform a search using either the Quick or Advanced search with the term "*_Test" or "*Test" (Confluence search syntax).
Expected Results
The page created in the first step should appear in the search results.
Actual Results
Even after reindexing Confluence, the page is still not returned in the search results.
However, if we visit the page directly either using its link or page tree from the left sidebar menu, if we perform the search again the page appears in the search results
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Failed to load
For question like this, we need to have some query debugging tool to understand the query rewriting result (if any) and L1, L2 return respectively. I assume all pages are properly indexed. So we can reproduce the query and add in the ideal page to understand at which step the ideal page got dropped, wether it is included in recall set?