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

[OHI-1357] feat(static-wado): add support for case-insensitive searching #4603

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

IbrahimCSAE
Copy link
Collaborator

@IbrahimCSAE IbrahimCSAE commented Dec 13, 2024

Context

This adds the option to filter static-wado results without being case-sensitive. You need to set the caseSensitive property on your static wado dataSource to false, the default is true.

Orthanc and other sources support case insensitive searching already.

Fixes OHI-1357
Close #4522

Copy link

netlify bot commented Dec 13, 2024

Deploy Preview for ohif-platform-docs ready!

Name Link
🔨 Latest commit 6039fbb
🔍 Latest deploy log https://app.netlify.com/sites/ohif-platform-docs/deploys/676725acc4ae31000890db6a
😎 Deploy Preview https://deploy-preview-4603--ohif-platform-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 13, 2024

Deploy Preview for ohif-dev ready!

Name Link
🔨 Latest commit 6039fbb
🔍 Latest deploy log https://app.netlify.com/sites/ohif-dev/deploys/676725acbc95a4000841a809
😎 Deploy Preview https://deploy-preview-4603--ohif-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@sedghi sedghi left a 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

Copy link

cypress bot commented Dec 13, 2024

Viewers    Run #4610

Run Properties:  status check passed Passed #4610  •  git commit 6039fbb544: doc
Project Viewers
Branch Review feat/case-insensitive-searching-for-static-wado
Run status status check passed Passed #4610
Run duration 02m 05s
Commit git commit 6039fbb544: doc
Committer Ibrahim
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 2
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 44
View all changes introduced in this branch ↗︎

@IbrahimCSAE IbrahimCSAE requested a review from sedghi December 13, 2024 16:59
@sedghi
Copy link
Member

sedghi commented Dec 13, 2024

Can you try it in Orthanc too please?

@IbrahimCSAE
Copy link
Collaborator Author

Can you try it in Orthanc too please?

I did, it works fine

@sedghi
Copy link
Member

sedghi commented Dec 20, 2024

@wayfarer3130 can you take a look at this please

Copy link
Contributor

@wayfarer3130 wayfarer3130 left a 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.

@wayfarer3130
Copy link
Contributor

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.

@IbrahimCSAE
Copy link
Collaborator Author

Just a couple of small changes.

thanks Bill, I'll do them as soon as I can

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

Successfully merging this pull request may close these issues.

[Bug] How to modify a configuration file to make case insensitive when searching?
3 participants