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

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -