Search Improvements

xF2 Add-on Search Improvements 2.13.0

No permission to download
Compatible XF Versions
2.1, 2.2
Visible Branding
No
Additional Requirements
php 7.0+
Standard Library by Xon v1.2.0+
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 \.
Options:
search-improvements.jpg

New Permissions
  • Search Options
Author
ENXF NET
Downloads
228
Views
2,552
Last update
Rating
0.00 star(s) 0 ratings

More resources from ENXF NET

Latest updates

  1. 2.13.0 - XF2.3 Compatibility update

    Requires StandardLib v1.19.0+ If installed, requires Redis Cache 2.17.0+ XF2.3 compatibility...
  2. 2.12.0 - Maintenance & minor feature update

    Require StandardLib v1.19.0+ Code cleanup Add getSearchIdFromEntityId() helper method for...
  3. 2.11.1 - Bugfix update

    Workaround XF2.2.13 does the search beforechecking it it can save it as a cached value, which...
Top