Add support for pushing down to Tantivy non-@@@
operators #1877
Open
Description
What feature are you requesting?
Right now, we only push down the right-hand side of the @@@
operator to Tantivy. Operators like <
or >
aren't pushed down. This leads to queries needing to be in the format of @@@ '>2'
. Eventually, we should push this down in our custom scan to enable cleaner query syntax, especially for ORMs.
Why are you requesting this feature?
Enable cleaner query syntax. Could be a good first issue for someone feeling very adventurous learning about how our custom scan works.
What is your proposed implementation for this feature?
I'm not familiar enough to detail here, but Eric would know.
Full Name:
Philippe Noël
Affiliation:
ParadeDB