more filter fixes

This commit is contained in:
2026-04-17 07:43:19 -04:00
parent c2267b68d8
commit 69bd726b25
10 changed files with 75 additions and 26 deletions

View File

@ -1195,7 +1195,7 @@
"description": "Simple entity select with multiple filters",
"action": "query",
"schema_id": "entity",
"filters": {
"filter": {
"id": {
"$eq": "123e4567-e89b-12d3-a456-426614174000",
"$ne": "123e4567-e89b-12d3-a456-426614174001",
@ -1443,7 +1443,7 @@
"description": "Person select on full schema with filters",
"action": "query",
"schema_id": "full.person",
"filters": {
"filter": {
"age": {
"$eq": 30,
"$gt": 20,