-
Notifications
You must be signed in to change notification settings - Fork 0
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
Search refinement #88
Comments
@PhilBarrett sorry, not quite understand where you mean (x). I compared 2 versions of the showcase, they work the same. Please, see the video: https://drive.google.com/file/d/1i0x1tOFTyobMTUPMogC17WpjgYVXNAyu/view Or I checked the wrong place?
Also couldn't reproduce the error. Please see the video:
I can't reproduce the error, could you please write the steps when you meet this error? |
Advanced Search isnt working- to be completed |
@tony-shannon you mean Advanced search working only with 1 parameter? And if we implement second - it would be ignored? |
can you add the advanced search scenarios here as agreed yesterday. Thanks |
@PhilBarrett we had some thoughts regarding Advanced search:
2-3) Search by Surname/Name
@DmitrySolyannik I didn't miss anything? |
Also, @PhilBarrett I had some problems to recreate the issue you mentioned above. Could you comment on them, please? |
@tony-shannon @PhilBarrett We removed case sensitivity for search by surname. You can see the result in the video: As for case sensitivity for Clinical search, we can't change it as this search come through EtherCIS, and there should be identical heading names. We should discuss it with EtherCIS team. Also, we had some questions re Advanced search and few other. Could you please have a look?
@PhilBarrett sorry, not quite understand where you mean (x). I compared 2 versions of the showcase, they work the same. Please, see the video: https://drive.google.com/file/d/1i0x1tOFTyobMTUPMogC17WpjgYVXNAyu/view Or I checked the wrong place?
Also couldn't reproduce the error. Please see the video:
I can't reproduce the error, could you please write the steps when you meet this error? |
@kuvakina -can you post the AQL that is sent to Ethercis for a clinical query where case-sensitivity is an issue? |
Ian @freshehr , here: select e/ehr_id/value as ehrId, e/ehr_status/subject/external_ref/id/value as nhsNo from EHR e contains COMPOSITION a contains EVALUATION a_a[openEHR-EHR-EVALUATION.adverse_reaction_risk.v1] where a/name/value='Adverse reaction list' and a_a/data[at0001]/items[at0002]/value/value like '%Seafood%' |
From Ian @freshehr : try ilike rather than like select e/ehr_id/value as ehrId, e/ehr_status/subject/external_ref/id/value as nhsNo from EHR e contains COMPOSITION a contains EVALUATION a_a[openEHR-EHR-EVALUATION.adverse_reaction_risk.v1] where a/name/value='Adverse reaction list' and a_a/data[at0001]/items[at0002]/value/value ilike '%Seafood%' |
@kuvakina please report on search functionality , what is working/what is broken |
Basic searchhttps://drive.google.com/file/d/1dzu5Mm5ktZAOdy6k_tcS2UbubTLukfzP/view On the video, you can see that Basic search by surname works and not case sensitive. Basic search by NHS# NOT working on Showcase-devra. |
Clinical Query searchhttps://drive.google.com/file/d/1UcA5A5qy8RTExfpx4PLS-ODhppgnqMG0/view
Clinical Query search NOT works correctly for:
|
We need to remove case sensitivity for all searches
There is no clear way to cleardown the advanced search / clinical search. Needs to replicate the behaviour of basic search with an (x) to clear down
Encountering an error when trying multiple searches (see screenshot)
Searching by NHS# doesn't return the right value
The text was updated successfully, but these errors were encountered: