mongoose-text-search icon indicating copy to clipboard operation
mongoose-text-search copied to clipboard

Supporting offset and sort options

Open huevosdeoro opened this issue 10 years ago • 2 comments

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.

huevosdeoro avatar Aug 18 '14 19:08 huevosdeoro

+1

nschloe avatar Mar 13 '15 18:03 nschloe

Useful plugin indeed.

I agree that the offset option would really be useful, but I understand the opinionated score sorting.

One dirty way of achieving paginated results with score sorting would be to pass an id list of previously fetched items in a $nin condition query in the filter option. (see http://mongoosejs.com/docs/api.html#query_Query-nin )

poksme avatar May 04 '15 13:05 poksme