You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: