esquery icon indicating copy to clipboard operation
esquery copied to clipboard

FEATURE: boost support added into match statement

Open PesTospertnyj opened this issue 3 years ago • 0 comments

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.

PesTospertnyj avatar Jan 06 '22 20:01 PesTospertnyj