OHIF / Viewers

OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
https://docs.ohif.org/
MIT License
3.35k stars 3.37k forks source link

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

Open niepan11 opened 1 day ago

niepan11 commented 1 day ago

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