Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [array-contains]

The tag has no usage guidance.

array-contains
0 votes
0 answers
19 views

RegEx - String contains specific verbiage [duplicate]

I am new to RegEx, but I am trying to setup a process that sets a designated 'Role' based on an employee's title. For instance, I have a list of key phrases that point to the user having a role of '...
J J's user avatar
  • 11
0 votes
0 answers
48 views

GraphQL : `_contained_in` syntax for search matching key and value pair from jsob field

Unable to create Query for _contained_in using Hasura Graphql _contains Query query MyQuery($data_rule_list: jsonb) { mbr_pgm(where: {nom_org_id: {_eq: "XXX"}, data_rule_list: {_contains: $...
Pravesh Kumar's user avatar
1 vote
1 answer
125 views

Firestore 'array-contains' query with exact object match still does not work

Today I noticed a bug in my code where certain cleanup actions were not performed on duplicated data in my Firestore. When writing this code a while back I was already aware of the finicky nature of ...
Jonathan's user avatar
  • 9,043