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

[Bug] How to modify a configuration file to make case insensitive when searching? #4522

Open
niepan11 opened this issue Nov 16, 2024 · 3 comments · May be fixed by #4603
Open

[Bug] How to modify a configuration file to make case insensitive when searching? #4522

niepan11 opened this issue Nov 16, 2024 · 3 comments · May be fixed by #4603
Assignees

Comments

@niepan11
Copy link

Describe the Bug

V 3.9.1
I want to search by name, but it seems to be case sensitive when searching. How can I modify the configuration file to ignore case when searching?
I tried to modify the configuration file, but it didn't work。I changed qidoSupportsIncludeField and supportsFuzzyMatching to true. It didn't work

namespace: '@ohif/extension-default.dataSourcesModule.dicomweb',
sourceName: 'dicomweb',
configuration: {
friendlyName: 'AWS S3 Static wado server',
name: 'aws',
wadoUriRoot: '****',
qidoRoot: '',
wadoRoot: '
',
qidoSupportsIncludeField: true,
imageRendering: 'wadors',
thumbnailRendering: 'wadors',
enableStudyLazyLoad: true,
supportsFuzzyMatching: true,
supportsWildcard: true,
staticWado: true,
singlepart: 'bulkdata,video',
// whether the data source should use retrieveBulkData to grab metadata,
// and in case of relative path, what would it be relative to, options
// are in the series level or study level (some servers like series some study)
bulkDataURI: {
enabled: true,
relativeResolution: 'studies',
transform: url => url.replace('/pixeldata.mp4', '/rendered'),
},
omitQuotationForMultipartRequest: true,

Steps to Reproduce

1、Enter the all lowercase name in the search box
2、The result will not display the same patient name with uppercase letters

The current behavior

The result will not display the same patient name with uppercase letters

The expected behavior

Distinguish case when searching

OS

Win10

Node version

v20.15.1

Browser

Chrome

@niepan11 niepan11 added the Awaiting Reproduction Can we reproduce the reported bug? label Nov 16, 2024
Copy link
Member

sedghi commented Nov 18, 2024

Which fields you want not to be case sensitive?

@niepan11
Copy link
Author

patient Name.Thanks

Which fields you want not to be case sensitive?

Copy link
Collaborator

Static wado was forcing it to be case-sensitive, I added the option to search without case senstivity, #4603

You can use this if you are stickin with static wado, otherwise if you switch to Orthanc or other pacs it should just work and it won't be case-sensitive.

@sedghi sedghi removed Awaiting Reproduction Can we reproduce the reported bug? Bug labels Dec 20, 2024
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 a pull request may close this issue.

3 participants