Cyber | Senpai
Cyber | Senpai3mo ago

Cyber | Senpai - count is zero and no text is f...

count is zero and no text is found in the db then why?
No description
Solution:
@Cyber | Senpai, did you created an index first before performing full text search on mogodb? If the count is 0, it means no indexed value is available to search on, please refer to this tutorial - https://docs.buildship.com/tutorials/mongodb-search#full-text-search
MongoDB Search Integration – BuildShip
The MongoDB Search Integration in BuildShip allows users to leverage MongoDB for their searching and indexing needs.
Jump to solution
2 Replies
Cyber | Senpai
Cyber | SenpaiOP3mo ago
also If I have one email in the db it will start returning that email all the time how can I search the exact same words or phrase
Solution
Gaurav Chadha
Gaurav Chadha3mo ago
@Cyber | Senpai, did you created an index first before performing full text search on mogodb? If the count is 0, it means no indexed value is available to search on, please refer to this tutorial - https://docs.buildship.com/tutorials/mongodb-search#full-text-search
MongoDB Search Integration – BuildShip
The MongoDB Search Integration in BuildShip allows users to leverage MongoDB for their searching and indexing needs.