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 · 2 comments
Assignees
Labels
Awaiting Reproduction Can we reproduce the reported bug?

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Reproduction Can we reproduce the reported bug?
Projects
None yet
Development

No branches or pull requests

3 participants