Skip to content

Add full-text search support #10

@quinnjr

Description

@quinnjr

Description

Native full-text search support for PostgreSQL, MySQL, and SQLite.

Tasks

  • PostgreSQL tsvector / tsquery
  • MySQL FULLTEXT indexes
  • SQLite FTS5
  • Schema attribute @fulltext
  • Query builder .search() method

Example

let posts = client.post()
    .find_many()
    .search("rust orm tutorial")
    .exec().await?;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions