BookStack
BookStack copied to clipboard
Predictive Search
Add predictive search to the search bar in BookStack (similar to when searching google or other systems that search on the fly).
This feature may help users by driving the to the proper search terms based on what they start typing. Google is the obvious example of this, but it is also in Cisco Prime and some other tools I use, find it very helpful when searching.
Would be very helpful!
TNTSearch is a full-text search engine written in PHP that provides this feature.
Any progress? I tried to do it through adding a component. But it looks like themes folder don't support custom js files.
Would be very helpful!
I would like to add my interest for both predictive search terms, but also live search results as you type in the search field. Both of these functions are very useful and modern from a UX perspective, generally increasing operational efficiency. If we could get both of these aspects roadmapped I think it would be worthwhile. Any chance we can get these roadmapped?
I'm tagging in the live search results into this since #3290 was closed as duplicate to this ticket (#1235).
Considering this original request was made Jan 2019, is this feature request on the roadmap in any way? I see that @ssddanbrown is active about closing dupes of this, so I'm hoping yes ;) Are there any roadblocks on this getting implemented?
@ssddanbrown
I noticed when inserting links on pages there is a live-search:

I'd love to see that in the main search bar on the top or can I enabled this already?
Thanks a lot for your work! Awesome daily tool for me :)
There's an element of conflation in regards to exactly what this thread is asking for. There's:
- Live prediction of search term/phrase
- Live prediction/preview of search results
The original request could apply to either. Via other issues and requests my general feeling was that prediction/preview of search results was more often desired, at that would also be the most reasonable to technical implement since we don't store term ordering in our search index. Therefore I built this in as part of PR #3850 to be part of the next feature release.
If actual search term prediction was desired, this can be re-requested via a new issue where the benefits and requirement can be explained but, with it being on a technically different level to implement in a useful way, it'd be less likely for implementation anytime soon.