lykmapipo / mongoose-searchable

Keywords based searching for mongoose model, utilizing mongodb text search
19 stars 3 forks source link

Unsupported projection option #1

Open nise opened 8 years ago

nise commented 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 }

lykmapipo commented 8 years ago

@nise

which version of mongodb are you using?. You will have to use a mongodb version which support text indexing

Hope it helps