We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6d971 commit a7c4457Copy full SHA for a7c4457
test/e2e/main.http.test.ts
@@ -327,23 +327,23 @@ describe('http/main', () => {
327
filter: {
328
OR: [
329
{
330
- EQ: { "value.person.org": "Dev Ops" }
+ EQ: { "person.org": "Dev Ops" }
331
},
332
333
"AND": [
334
335
- "EQ": { "value.person.org": "Finance" }
+ "EQ": { "person.org": "Finance" }
336
337
338
- "IN": { "value.state": ["CA", "WA"] }
+ "IN": { "state": ["CA", "WA"] }
339
}
340
]
341
342
343
344
sort: [
345
346
- key: "value.state",
+ key: "state",
347
order: "DESC"
348
349
],
0 commit comments