You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue here is data-api uses query_text_values column for sub-document equals condition. If the data is array of subdocuments, the code considers the query as a sub document match and not an array element match.
maheshrajamani
changed the title
Equals match not working for subdocument array
Equals match not working for subdocument in an array
Dec 5, 2024
If we have a data as below filter condition on
entiry.identities.iAttributes
works with$all
but$eq
not returningWorking
$all
conditionNot working equals:
The text was updated successfully, but these errors were encountered: