-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[OHI-1357] feat(static-wado): add support for case-insensitive searching #4603
base: master
Are you sure you want to change the base?
[OHI-1357] feat(static-wado): add support for case-insensitive searching #4603
Conversation
✅ Deploy Preview for ohif-platform-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for ohif-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should make it per qido call and not global
Viewers Run #4610
Run Properties:
|
Project |
Viewers
|
Branch Review |
feat/case-insensitive-searching-for-static-wado
|
Run status |
Passed #4610
|
Run duration | 02m 05s |
Commit |
6039fbb544: doc
|
Committer | Ibrahim |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
2
|
Skipped |
0
|
Passing |
44
|
View all changes introduced in this branch ↗︎ |
Can you try it in Orthanc too please? |
I did, it works fine |
@wayfarer3130 can you take a look at this please |
extensions/default/src/DicomWebDataSource/utils/StaticWadoClient.ts
Outdated
Show resolved
Hide resolved
extensions/default/src/DicomWebDataSource/utils/StaticWadoClient.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of small changes.
Also, please change the default.js and e2e.js configurations to set this on by default - you may need to modify an integration test to support that. |
thanks Bill, I'll do them as soon as I can |
Context
This adds the option to filter static-wado results without being case-sensitive. You need to set the
caseSensitive
property on your static wadodataSource
tofalse
, the default istrue
.Orthanc and other sources support case insensitive searching already.
Fixes OHI-1357
Close #4522