Open huevosdeoro opened 10 years ago
+1
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 )
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.