Skip to content
Discussion options

You must be logged in to vote

Welcome! This is the perfect place to ask a question like this.

You have the right idea with contains. Are you saying that you got both constraints working, just not at the same time? You probably just need an allOf.

"allOf": [
  {
    "contains": { pk constraint }
  },
  {
    "contains": { lmd constraint }
  }
]

If that doesn't help. Please share more of what you've tried.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by jamesbmorris92
Comment options

You must be logged in to vote
2 replies
@jdesrosiers
Comment options

@jamesbmorris92
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants