list
(
'key
)
search (
 
_
, 
string
 
_)
Search all documents containing the query words
Exemple:
search index query"toto" => search for exact lexem "toto"
toto => search for lexems containing "toto"
toto titi => search for lexems "toto" or "titi"
toto + titi => search for lexems "toto" and "titi"
index
: index
query
: string containing words to search
returns
a list of db key representing the keys where to the found values

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.