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

Error when filtering ServiceRequest by Subject Name #413

Closed
sync-by-unito bot opened this issue Mar 15, 2022 · 2 comments
Closed

Error when filtering ServiceRequest by Subject Name #413

sync-by-unito bot opened this issue Mar 15, 2022 · 2 comments
Assignees

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented Mar 15, 2022

Steps to repro:

  • Go to service request vide
  • Click on column header for "Subject"
  • Filter by "contains"
  • Type any character + enter

┆Attachments: image.png | image.png

@sync-by-unito sync-by-unito bot changed the title Public Bug Error when filtering ServiceRequest by Subject Name Mar 15, 2022
@sync-by-unito
Copy link
Author

sync-by-unito bot commented Mar 16, 2022

➤ Cody Ebberson commented:

Confirmed. The problem is using window.prompt (which is a bad UX anyway). I'll put together an in-browser dialog with a proper input.

One quick note (and, to be candid, this is a step backwards from V1): The FHIR API does not support fuzzy string matching on "joins" so to speak. So, you won't be able to say "show me all orders for anyone named 'john'". The input will be a patient search, similar to what's on the "Filters" dialog:

@sync-by-unito
Copy link
Author

sync-by-unito bot commented Mar 16, 2022

➤ Rahul Agarwal commented:

That makes sense. Can you add a backlog item for fuzzy search? I imagine we'll want it eventually, even if it's low priority right now

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

No branches or pull requests

1 participant