emails.ensureIndex({ type: "fulltext", fields: [ "text" ], minLength: 3 })
emails.insert({text: "banana apple"})
emails.insert({text: "banana mango"})
emails.insert({text: "banana avocado"})
FOR mail IN FULLTEXT(emails, "text", "bannana")
    RETURN mail

Is there a way to do a full text fuzzy search.

Thanks,
Dilip Vamsi.

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to