Why Text Search Is not working for Few Words In MongoDb | Text Indexes in MongoDB | Solution

preview_player
Показать описание
Why Text Search Is not working for Few Words in MongoDB | Not able to search the document using text search | Text indexes not working in MongoDB | Disable stop word filtering in a MongoDB text search

Hello and namaste everyone,

Today, we are talking about the issue faced by my users who are using text indexes in MongoDB that for few words text search is not giving the result i.e. text search ( $text: { $search: 'word'} } not working.

We will see why this is happening and what can be the possible solution for this.

English stop words list:-

Other languages stop words:-

#textIndexMongodb #textIndexIssueMongodb #textSearchNotWorking #smartytechFizzMongodb
Рекомендации по теме
Комментарии
Автор

This is amazing, I was running into the exact same issue for my project - thank you!

IjemmaOnwuzulike
Автор

Not able to create index dB.articles.createIndex({"$**":"text", default_language:"none"})


Error can't use more than one index plug-in for a single index

GaneshSingh
Автор

Please give video about find which better for query performance $regec vs $ text and also try to give videos about aggregation

vasurangpariya