You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full text search in MongoDB requires a text index. To create one that searches all fields use command: db.recipies.createIndex({ "$**": "text" }, { name: "TextIndex" }, {language: "none"})
The text was updated successfully, but these errors were encountered:
Full text search in MongoDB requires a text index. To create one that searches all fields use command:
db.recipies.createIndex({ "$**": "text" }, { name: "TextIndex" }, {language: "none"})
The text was updated successfully, but these errors were encountered: