Skip to content

Trigram support? #175

Open
Open
@theogravity

Description

Would it be difficult to support for the operators here?

https://www.postgresql.org/docs/14/pgtrgm.html

Would it be as simple as adding in something like:

      similarityGreaterThan: {
        description: "Value has a similarity that is greater than the current similarity threshold set by pg_trgm.similarity_threshold.",
        resolve: (i, v) => sql.query`${i} % ${v}`,
      },

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions