- Jul 18, 2020
- 10,133
- 12,771
- 521
Offline
Search Improvements - Search Improvements for XenForo 2 2.4.3
A collection of improvements to XF's advanced search and some for XenForo's default MySQL search.
Features of MySQL & Elastic Search:
New Permissions:
Good luck.
A collection of improvements to XF's advanced search and some for XenForo's default MySQL search.
Features of MySQL & Elastic Search:
- range_query searches for DSL
- Allows for arbitrary range queries for numeric data
- Allows the user to choose an independent default search order for the forum settings.
- According to each content type
- Add Elastic Search information to the main AdminCP screen.
- Add a debug option to log the DSL search query to the error log for troubleshooting
- Options to expand allowed search syntax;
- + denotes the AND calculation
- | denote the OR calculation
- - deny a single token
- "end some tags to denote the search term
- * at the end of a query denoting prefix term
- (and) denote the priority
- ~ N after a word denoting correction distance (fuzziness)
- ~ N after a phrase denoting the number of slops
- In order to search for any of these special characters, they will need to be escaped with \.
New Permissions:
- Search Options
Good luck.