mirror of https://gitee.com/bigwinds/arangodb
4 lines
291 B
Plaintext
4 lines
291 B
Plaintext
arango> db.emails.fulltext("text", "word").toArray();
|
|
[ { "_id" : "emails/1721603", "_key" : "1721603", "_rev" : "1721603", "text" : "this document contains a word" },
|
|
{ "_id" : "emails/1783231", "_key" : "1783231", "_rev" : "1783231", "text" : "this document also contains a word" } ]
|