-
Bug
-
Resolution: Fixed
-
Low
-
Minor
Issue Summary
When using the Advanced search to find pages that contain hyphens ("-") in the title, the page is not displayed on the results.
Steps to Reproduce
- Tap the search bar at the top right and select Confluence Advanced Search
- Search for a page that has a title with hyphens. (I.E. "Test - Page")
This might be tied to Lucene tokenisation.
Expected Results
Similar to the quick search, the page should be displayed on the results.
Actual Results
The page is not displayed on the results.
Workaround
There are different workarounds for this issue:
- Use the quick search (add the page's title in the search bar at the top-right). It will return the page in the first result(s).
- Remove the hyphen when searching for the page with the Advanced Search (I.E. "Test page" instead of "Test - Page")