graffiti-mongoose
graffiti-mongoose copied to clipboard
Text Search - Support queries using MongoDB $text ?
Hi All,
Has anyone successfully performed queries using full text search (MongoDB $text)? Looks like this is currently not supported.
Something like:
query{
viewer{
products(first:5,text:"chocolate cream"){
edges{
node{
name
}
}
}
}
}