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
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
Currently, mongomantic only supports basic text index creation. Full support for text indexes would be nice.
That would require adding weights configuration, wildcard index support, and more.
Documentation in pymongo does not make this a very easy task, but mongoengine source code has alot of these features already implemented.
🔈 Motivation
Some users might want to have finer control over PyMongo indexes when text searching.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Currently, mongomantic only supports basic text index creation. Full support for text indexes would be nice.
That would require adding weights configuration, wildcard index support, and more.
Documentation in pymongo does not make this a very easy task, but mongoengine source code has alot of these features already implemented.
🔈 Motivation
Some users might want to have finer control over PyMongo indexes when text searching.
The text was updated successfully, but these errors were encountered: