-
Suggestion
-
Resolution: Unresolved
-
None
-
6
-
23
-
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
The quick navigation feature (drop down list) in Confluence Quick Search box can be used to search partial word match.
Steps
- Create a page with the name of 2014-03-05 DailyConference
- Navigate to Dashboard and use the Quick Search by typing conference
- Given that the indexing is done for the new page, the page created in Step 1 will appear in the drop down list
- However, pressing 'Enter' with conference search query won't return the new page in the Search Result page
This feature should be implemented in the normal Search as well.
- is related to
-
CONFSERVER-13499 Support partial word matches
-
- Closed
-
-
JRASERVER-6218 Allow searching for part of a word (prefix / substring searches)
- Closed
-
CONFSERVER-58279 Confluence 6.14+ should allow partial matches in search
- Gathering Interest
- relates to
-
AI-842 Confluence Search Result Should Include Partial Word Match
- Closed
- mentioned in
-
Page Failed to load
This behaviour is essential. Especially in German we tend to connect nouns which make words long. To find the correct page we have to completely write that loooong word...
Making partial search possible, you should consider to implement another concept to boost finding.
Did you realize that when you type a word fragment and hit space and enter another word fragment that your number of results gets larger instead of smaller? You are using OR-matches for multiple search inputs.
The idea is the following:
You will have an outstanding search by reducing the number of matches by AND-clauses rather than sorting all possible matches by ranking of search results and by keeping the full list of all potential matches
Try both combined and you will be blasted. And it will fit the stated needs of all comments here...
My hints for you:
There is one thing: You seem to have forgotten that wiki's context search is the most powerful search available. With your current search implementation you morphed your wiki to a file storage system search. Think wiki!