• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

XF2 xF2 Add-on Search Improvements 2.7.4

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,618
Solutions
2
Reputation
32
Reaction score
100,455
Points
2,313
Credits
32,700
‎6 Years of Service‎
 
76%
1543800186464.png


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 \.

Code:
https://xenforo.com/community/resources/search-improvements.6838
To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top