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
Building an Elasticsearch query using elastic-builder. Most cases are covered. However, "Intervals" is not.
What am I trying and why? to use intervals for search queries such as "home center store" within-6-distance-of plate (AKA ~6). So, for example: plate "home center store" ~6 should give me hits like "in home center store, my favorite plate can be found",
whereas "in home center store, there are a lot of new products including my favorite plate"
will not be found.
Is there a way to add a "dummy" query with elastic-builder / a built-in function that does it (intervals) OR a solid way to inject the json I set "manually" (which is kind of a bypass).
The text was updated successfully, but these errors were encountered:
saviifraimov2
changed the title
lack of support in intervals
lack of support - intervals
Aug 9, 2022
Building an Elasticsearch query using elastic-builder. Most cases are covered. However, "Intervals" is not.
What am I trying and why? to use intervals for search queries such as "home center store" within-6-distance-of plate (AKA ~6). So, for example: plate "home center store" ~6 should give me hits like
"in home center store, my favorite plate can be found"
,whereas
"in home center store, there are a lot of new products including my favorite plate"
will not be found.
Is there a way to add a "dummy" query with elastic-builder / a built-in function that does it (intervals) OR a solid way to inject the json I set "manually" (which is kind of a bypass).
The text was updated successfully, but these errors were encountered: