Add support for Atlas Search Indexes #1121
paul-finary
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently Beanie supports index definitions in code, but for search indexes used by MongoDB Atlas, the developper must define them in the Atlas UI. It would be nice to have a similar way to define them in code.
Pymongo and Motor define a set of methods that can be used to implement search index management:
One method used in the current index management code is missing its counterpart for search indexes : index_information. But looking at Pymongo's code it's just a wrapper over list_indexes, which can be done either as a contribution to Pymongo or Motor, or directly in Beanie's code.
Beta Was this translation helpful? Give feedback.
All reactions