What's new
Resource icon

xF2 Add-on Search Improvements 2.8.4 2.8.4

xF2 Add-on
< Previous | Next >
Compatible XF Versions :
2.1 . 2.2
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:

1543800186464.png


New Permissions

  • Search Options
Contributing features or bug fixes
Please create a Github Pull request via the "More information." link.

Contributions

If you appreciate this add-on, please consider a contribution via PayPal. Details will be provide via private conversation.

Please contact me if you wish for different licencing arrangements.


Search Improvements 2.4.3​

Search Improvements 2.4.2​

Latest updates

  1. Search Improvements 2.8.4

    Fix searching by member without a keyword for a guest 2.8.3 - Security update (recommend...
  2. Search Improvements 2.8.1

    Thanks @NamePros for sponsoring this update Fix "before" search result term would print an...
  3. Search Improvements 2.7.5

    Remove usage of utf8_* function(s), and use native php multi-byte functions instead. Fix HTML...
Top Bottom