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

Description
@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