mongoose-text-search
mongoose-text-search copied to clipboard
MongoDB 2.4 text search support for mongoose
Is there any way I can get more result. In database I have: ``` gehen gehen gehend gehende gehendem gehenden gehender gehendes gehengelassen gehenkt gehenkte gehenktem gehenkten gehenkter gehenktes gehenlassen...
For example if the text inside the database _Yáñez_ and I type search for Yanez, will it find the string?
I have a already built old project on nodejs where I am using MongoDb to store data. Mongodb version is 2.4 The problem is I am running a text-search on...
That is what I got when trying to run the provied example: { name: 'MongoError', message: 'text search not enabled', ok: 0, errmsg: 'text search not enabled' }
[Since 2.6](http://docs.mongodb.org/manual/reference/command/text/#text-search-output) the `test` operator has been replaced with `$text`
Very useful plugin. Thanks! Are there plans to support a offset and sort option? I would like to paginate full text search results based on a specified sort order.