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
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