esquery
esquery copied to clipboard
FEATURE: boost support added into match statement
Motivation:
I was wondering, why there is no ability to pass boost in match statement, however it is available for bool and term statements. So I decided to add this behavior.
Done:
In this pr I added support for boost inside match statement to omit overcomplicating queries, I also opened related issue and added some examples there.
Related links
See related issue by following link.