chore: add fuzzymatching to default server configs

Add fuzzymatching to default server configs
This commit is contained in:
Danny Brown 2020-05-13 10:00:55 -04:00 committed by GitHub
commit 875238e5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@ window.config = {
imageRendering: 'wadors', imageRendering: 'wadors',
thumbnailRendering: 'wadors', thumbnailRendering: 'wadors',
enableStudyLazyLoad: true, enableStudyLazyLoad: true,
supportsFuzzyMatching: true,
}, },
], ],
}, },

View File

@ -12,6 +12,7 @@ window.config = {
imageRendering: 'wadors', imageRendering: 'wadors',
thumbnailRendering: 'wadors', thumbnailRendering: 'wadors',
enableStudyLazyLoad: true, enableStudyLazyLoad: true,
supportsFuzzyMatching: true,
}, },
], ],
}, },

View File

@ -11,6 +11,7 @@ window.config = {
qidoSupportsIncludeField: true, qidoSupportsIncludeField: true,
imageRendering: 'wadors', imageRendering: 'wadors',
thumbnailRendering: 'wadors', thumbnailRendering: 'wadors',
supportsFuzzyMatching: true,
}, },
], ],
}, },