Dilip Vamsi Moturi
2018-08-27 09:29:01 UTC
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.
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 arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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 arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.