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

multiple negative not working! #9

Open
nazrulworld opened this issue Sep 14, 2020 · 0 comments
Open

multiple negative not working! #9

nazrulworld opened this issue Sep 14, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nazrulworld
Copy link
Owner

  • fhirpath version: 0.7.1
  • Python version: 3.7
  • Operating System: MacOS

Description

I need to search for Task those statuses are not in completed, cancelled, rejected.

What I Did

query = {
            "status:not": "completed,cancelled,rejected",
            "code:not": "|consentTask",
        }

Didn’t get the expected result, but when do query positive term like "status": "ready,in-progress", it's working!

@nazrulworld nazrulworld added the bug Something isn't working label Sep 14, 2020
@nazrulworld nazrulworld self-assigned this Sep 14, 2020
nazrulworld added a commit that referenced this issue Sep 15, 2020
nazrulworld added a commit that referenced this issue Sep 17, 2020
…erm and removed unused code from GroupTerm.

* fix: in elasticsearch dialect to allow NonFhirTerm.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant