normalization optimized
This commit is contained in:
@@ -47,9 +47,9 @@
|
||||
}
|
||||
|
||||
function normalize(value) {
|
||||
const sharedNormalize = window.AssetManagerNormalizeSearchText;
|
||||
if (typeof sharedNormalize === 'function') {
|
||||
return sharedNormalize(value, {
|
||||
const sharedKey = window.AssetManagerGermanSearchKey;
|
||||
if (typeof sharedKey === 'function') {
|
||||
return sharedKey(value, {
|
||||
caseSensitive: !caseInsensitive.checked,
|
||||
collapseWhitespace: true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user