add option in collection config for advanced indexes management #11144
karthage-spartacus
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
it would be great to support advanced index definition at a collection level.
I'm using MongoDB as database and I often used to have compound indexes (one index on multiple keys) and localized indexes (on text definitions).
I'm also heavily relying on
json
fields in my projects, and i'd like to be able to index nested keys inside these json fields.Right now i'm manually creating these indexes by adding them on the targeted DB, but native support would be awesome.
I know there is a discussion for compound indexes here : #1121 but it's on a field definition level.
Something like :
Thanks a lot !
Beta Was this translation helpful? Give feedback.
All reactions