nextgenhealthcare / connect

The swiss army knife of healthcare integration.
Other
915 stars 275 forks source link

[IDEA] Advanced Searching #6062

Open dfores opened 8 months ago

dfores commented 8 months ago

Allow for more flexible order of operations by adding Boolean operators in the advanced search

It would be great to see an enhancement that would allow a user to search on the same metadata column with two different values. Right now if you add the same two metadata columns with two different values nothing returns. when multiple columns are put in it would be neat to have the ability to set the order of operations; see screenshot below.

Mirth Enhancement for Advanced Search

pacmano1 commented 8 months ago

I suggest a more SQL like syntax rather than an organized UI like that. Perhaps with fields that can be drag dropped.

e.g. where ${TYPE} in ('ORU-RO1','ADT-A04')

dfores commented 8 months ago

This makes more sense to me!

tonygermano commented 8 months ago

related to https://github.com/nextgenhealthcare/connect/issues/4411

mikeyw commented 4 months ago

To quote @pacmano1 , 1000 upvotes!

I love the idea of writing the search parameter in a javascript format, but I'd be happy with just the ability to specify a regex in the search field.