mongodb - Mongo $text search not finding the or your -


i'm using mongodb $text index , noticed it's not finding simple words 'the' or 'your'. there way enable this? can't seem find anything. thank you

you can set language "none" disable stop-words, stemming etc completely: https://docs.mongodb.com/manual/reference/operator/query/text/

custom stop-words feature in backlog: https://jira.mongodb.org/browse/server-10062.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -