Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

More efficient query for /ideas?filter[title][like]=keyword1,keyword2,... #65

@mrkvon

Description

@mrkvon

@agatatalita wrote about this:

Arango supports word-based prefix matching from what I got on slack(this has probably some index support). If we want something different we can explore it later.

FOR idea IN FULLTEXT(ideas, "title", CONCAT("prefix:", CONCAT_SEPARATOR(",|prefix:", @Keywords)))
RETURN idea

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