You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we extract bare words from the query in unknown operation and filter them out to treat them separately.
But the implementation is quite faulty:
at least we should harvest words as we remove them from expressions
we should verify in the transformer if we are in a SearchTerm or not !
Proposed solution
But if we want to support complex expressions, instead of separating bare words, we should specialize the elastic search query builder so that it handles our bare words using our target expression.
alexgarel
changed the title
Create the elastic search query in a more precise way
Create the elastic search query in a more precise and flexible way
Jun 4, 2024
I changed the implementation to be more straightforward while keeping the full text term / filters separation.
It's good enough for now but this ticket will be kept open because the good solution is to correctly change the Word search as we transform the tree to an ES query.
What
Proposed solution
Part of
The text was updated successfully, but these errors were encountered: