fixed nested filtering syntax

This commit is contained in:
2026-03-23 14:37:22 -04:00
parent ef4571767c
commit 10c57e59ec
3 changed files with 59 additions and 37 deletions

View File

@ -1163,7 +1163,7 @@
"$eq": true,
"$ne": false
},
"contacts.#.is_primary": {
"contacts/is_primary": {
"$eq": true
},
"created_at": {
@ -1203,7 +1203,7 @@
"$eq": "%Doe%",
"$ne": "%Smith%"
},
"phone_numbers.#.target.number": {
"phone_numbers/target/number": {
"$eq": "555-1234"
}
},