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

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -

angular - DownloadURL return null in below code -