Text search query for text “other” always returns no results?
问题 My data looks like this: [{"id" : 1, "question" : "Other specified dermatomycoses", ... }, {"id" : 6, "question" : "Other specified disorders of joint, site unspecified", ... }] plus a few other records. If I run db.questions.find({$text:{$search:'other'}}).count() I always get 0. But if I run db.questions.find({$text:{$search:'specified'}}).count() I get the 2 that I expect. Most searches work properly, but not the word "other". Any ideas? 回答1: This is a commonplace occurance in "text search