Search Improvements

Search Improvements 2.17.1

No permission to download
  • Please note: The default language for any content posted is English. Do not create multi-accounts, you will be blocked! Before doing anything please take a moment to read our TERMS & RULES. If you find a broken link? Use the report button.
Developer
Xon
Compatible XF versions
  1. 2.0
  2. 2.1
  3. 2.2
  4. 2.3
License
MIT Licence
Additional requirements
Standard Library by Xon v1.21.0+ (free)
If installed: Redis Cache addon v2.17.0+
If using ElasticSearch, then ElasticSearch v5.x+
Visible branding
No
options.webp


A collection of improvements to XF's Enhanced Search and some for XenForo's default MySQL search.

MySQL & Elastic Search features;
  • range_query search DSL
    • allows arbitrary range queries for numerical data
  • Allow users to select the default search order independent for the forum wide setting.
Elastic Search Only features:
  • Per content type weighting
  • Adds Elastic Search information to the AdminCP home screen.
  • Adds a debug option to log the search DSL queries to error log for troubleshooting
  • Option to extend search syntax to permit;
    • + signifies AND operation
    • | signifies OR operation
    • - negates a single token
    • " wraps a number of tokens to signify a phrase for searching
    • * at the end of a term signifies a prefix query
    • ( and ) signify precedence
    • ~N after a word signifies edit distance (fuzziness)
    • ~N after a phrase signifies slop amount
    • In order to search for any of these special characters, they will need to be escaped with \.
New Permissions
  • Search Option
Author
rfans
Downloads
0
Views
3
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from rfans