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 4b9962c commit feb598eCopy full SHA for feb598e
README.md
@@ -357,27 +357,27 @@ const client = new SlicingDice({
357
}, usesTestEndpoint = true);
358
359
query = {
360
- 'corolla-or-fit': [
+ "corolla-or-fit": [
361
{
362
- 'car-model': {
363
- 'equals': 'toyota corolla'
+ "car-model": {
+ "equals": "toyota corolla"
364
}
365
},
366
- 'or',
+ "or",
367
368
369
- 'equals': 'honda fit'
+ "equals": "honda fit"
370
371
372
],
373
- 'ford-ka': [
+ "ford-ka": [
374
375
376
- 'equals': 'ford ka'
+ "equals": "ford ka"
377
378
379
380
- 'bypass-cache': false
+ "bypass-cache": false
381
};
382
383
client.countEntity(query).then((resp) => {
0 commit comments