Open nise opened 8 years ago
Somehow I get this error when trying to search a string:
{ name: 'MongoError', message: 'Unsupported projection option: $meta', '$err': 'Unsupported projection option: $meta', code: 13097 }
@nise
which version of mongodb are you using?. You will have to use a mongodb version which support text indexing
text indexing
Hope it helps
Somehow I get this error when trying to search a string:
{ name: 'MongoError', message: 'Unsupported projection option: $meta', '$err': 'Unsupported projection option: $meta', code: 13097 }