Does the Crud Service support Unique Compound Indexes? #566
Unanswered
alexBonadei
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @alexBonadei, How did you verify it's not working? Do you have direct access to the DB to verify that the index has been created? Is the CRUD service up and running after the deployment, or does it report some error? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What product are you having troubles with?
Marketplace
What Console version are you using?
1.108.2
Description
Hi, I need to set a Unique Compound Index on two fields of my collection. https://www.mongodb.com/docs/manual/core/index-unique/#unique-compound-index
I tried to do something like this:
but looks that it's not working.
I haven't found any reference about Unique Compound Index in the docs and in the changelog, so probably it's not supported.
If so, what is the pourpose for adding New Fields in the index?
Thank you in advance.
Actual Outcome
No response
Expected Outcome
No response
Beta Was this translation helpful? Give feedback.
All reactions