nomshar
Results
1
issues of
nomshar
So there is a document `{ "top-field": "abc", "nested-fields": { "field1": "value", "field2": "" } }` I'm sending two queries: `const itemsA = this.findByFields({ "nested-fields.field1": "value"}); const itemsB = this.findByFields({...
bug
needs reproduction