You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@agatatalita wrote about this:
The text was updated successfully, but these errors were encountered: