Skip to content

Full text search not working on tag fields #585

Closed
@Joybaruah

Description

@Joybaruah

id: str = Field(index=True, full_text_search=True, primary_key=True)

This fields creates schema as:
ON JSON PREFIX 1 :index: SCHEMA $.id AS id TAG SEPARATOR | $.id AS id_fts TEXT

Query:
Model.id % id

This doesn't work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions