tigris icon indicating copy to clipboard operation
tigris copied to clipboard

Support filtering on non existing field

Open JigarJoshi opened this issue 1 year ago • 0 comments

Tigris currently supports filtering on field with certain values (including null). This ask is to support filtering of documents with non existing field.

For example for People collection:

[
  {
    "name" : "test1",
    "DL": "123",
  }.
  {
    "name": "test2",
  }
]

I want to query all the people without DL field.

JigarJoshi avatar Mar 06 '23 20:03 JigarJoshi