Enhanced Search Improvements

Unmaintained Enhanced Search Improvements 1.3.0

No permission to download
Compatible XF 1.x versions
  1. 1.5
Additional requirements
php +5.4
XenForo Enhanced Search
Elastic Search 2.x, 5.x, 6.x
License
MIT Licence
Visible branding
No
A Collection of improvements to XF's Enhanced Search (Elastic Search). Does NOT work with MySQL search.
  • Support connecting to ElasticSearch via HTTPS
  • 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.
  • Per content type weighting
  • Adds Elastic Search information to the AdminCP home screen.
  • Enhanced Search Syntax (disabled by default)
    • The simple_query_string supports the following special characters:
      • + 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 \.
Note; this was a semi-private add-on used for a month before this public release.

Options
154162


New Permissions
  • Search Options
Installation

I recommend using Add-on install & upgrade to install this add-on.

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.
Author
Xon
Downloads
158
Views
3,253
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Xon

Latest updates

  1. 1.3.0 - Feature Update & bugfixes

    Compatibility fix when using relevancy search order with the "Enhanced Search Syntax" feature...
  2. 1.2.8 - Compatibility update

    ElasticSearch v6 single-type index compatibility update - take #4
  3. 1.2.7 - Compatibility update

    Compatibility bugfix - prevent Undefined index on checking if ElasticSearch type mappings are...
Top Bottom