Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support filtering on non existing field #907

Open
JigarJoshi opened this issue Mar 6, 2023 · 0 comments
Open

Support filtering on non existing field #907

JigarJoshi opened this issue Mar 6, 2023 · 0 comments

Comments

@JigarJoshi
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants