- Compatible XF Versions
- 1.5
- Additional Requirements
- XenForo Enhanced Search
ElasticSearch (2.x, 5.x or 6.x)
php 5.4+
- This add-on requires ElasticSearch v2.0 or newer, it does not support 1.x or older!
Search Bar Auto Complete
When your users type in the search bar on your forum they will see suggestions based on what they have typed so far. The terms come from phrases used in your index rather than just common words. This means that it should work well for niche boards, any language, etc... This can really help reduce missed searches.
Similar Threads
On a new thread, provides potentially similar threads as the title is being created.
On viewing a thread, provides a list of potentially similar threads (based of title and any tags). Uses caching to reduce hits to the search system (but still requires at least 1 SQL query to ensure visibility checks).
Suggestions/"Did You Mean" Functionality
There are two different "Did You Mean" features. One type is for even when the user has results for their search but there is a more popular, similar, term in your board's index. This can lead to better results. It also helps reduce typos. The other type is for when there are no results for their query, they will be presented with a list of similar terms that appear in your index.
Post Areas
On a user's profile, shows forums by post count where the user posts the most.
Search Deleted Content
From the advanced search page, if a user has permission to see deleted content for some forums, they may search for deleted content.
Deleted search options:- Exclude deleted
- Include deleted
- Only search deleted
Per-forum Permissions
- [ESE] Use similar threads (Thread create)
- [ESE] Use similar threads (View Thread)
- [ESE] Use auto-complete
- Note; requires this to be granted at the user-group level for this feature to be usable from the search page or the forum root page.
Options
Post-Installation Instructions
The auto complete functionality does require your index to be deleted (and thus recreated) from the admin panel. It will not happen automatically on installation because I understand this might not be ideal. If you don't wish to use the auto complete functionality, you can delay deleting the index and the suggestions/did you mean features will still work.
Installation
I recommend using Add-on install & upgrade to install this add-on.
Related resources