[#4072] added non-json value dummy object wrap normalization

This commit is contained in:
Gani Georgiev
2024-01-03 14:16:03 +02:00
parent 982f876a93
commit a021fcaa75
34 changed files with 92 additions and 76 deletions
+13
View File
@@ -546,6 +546,19 @@ func TestFindRecordsByFilter(t *testing.T) {
"llvuca81nly1qls",
},
},
{
"with json filter and sort",
"demo4",
"json_object != null && json_object.a.b = 'test'",
"-json_object.a",
10,
0,
[]dbx.Params{{"active": false}},
false,
[]string{
"i9naidtvr6qsgb4",
},
},
}
for _, s := range scenarios {