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

[BUG]: Native Search multiple search filters not working #979

Open
holashchand opened this issue Mar 15, 2024 · 0 comments
Open

[BUG]: Native Search multiple search filters not working #979

holashchand opened this issue Mar 15, 2024 · 0 comments

Comments

@holashchand
Copy link
Contributor

What is the bug related to?

Registry Core

What went wrong?

When using multiple filters, native search returning empty results.

i.e. search request

{
  "offset": 0,
  "limit": 2,
  "filters": {
    "policyDetails": {
        "policyNumber": {
            "contains": "insurance10"
        }
    },
    "mobile": {
        "contains": "insurance101"
    }
  }
}

What did you expect to see?

A bug should not have happened, instead ...

Additional Context

No response

Relevant logs/output (if any)

No response

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

No branches or pull requests

3 participants