ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,717
- Points
- 823
Reputation:
ElasticSearch exposes a "max clauses" (under a bunch of names) which indicates how many search terms can be used.
XenForo applies this to the search keywords as-is, the trouble is this doesn't capture that
Read more
Continue reading...
XenForo applies this to the search keywords as-is, the trouble is this doesn't capture that
simple_query_string
decomposes to a number of search clauses based on the fields being searched. ie "max clauses" reports 1024, but XenForo searches "message" and "title" means the max keywords is much lower. Facets search (ie allowed forums, by user list, etc) also count to the...Read more
Continue reading...