Skip to content

Add support for pushing down to Tantivy non-@@@ operators #1877

Open
@philippemnoel

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

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or requestgood first issueGood for newcomerspriority-mediumMedium priority issueuser-requestThis issue was directly requested by a user

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions