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
It looks like Papr supports $text and $search already, but not score or .sort(). It also doesn't seem there is an index option in the Papr schema like Mongoose has: https://mongoosejs.com/docs/guide.html#indexes
The text was updated successfully, but these errors were encountered:
Hello,
I'm looking into adding text search with relevance scoring into my project. I see MongoDB has this feature (at least in 4.4+): https://docs.mongodb.com/v4.4/text-search/#sorting
It looks like Papr supports
$text
and$search
already, but notscore
or.sort()
. It also doesn't seem there is an index option in the Papr schema like Mongoose has: https://mongoosejs.com/docs/guide.html#indexesThe text was updated successfully, but these errors were encountered: