Skip to content

request: fulltext index searching via querybuilder #17

Description

@sylae

mysql uses where MATCH (column) AGAINST ("string" mode) as documented here https://dev.mysql.com/doc/refman/8.0/en/fulltext-search.html

pgsql uses (i think) where to_tsvector(column) @@ to_tsquery("string") from what i can tell from the completely incomprehensible docs https://www.postgresql.org/docs/current/textsearch-intro.html

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

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions