Работа над расширенным поиском

This commit is contained in:
Book Pauk
2022-12-01 17:09:21 +07:00
parent 68532e361e
commit 6160afa7f0
4 changed files with 41 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ module.exports = {
accessPassword: '',
accessTimeout: 0,
extendedSearch: true,
bookReadLink: '',
loggingEnabled: true,
@@ -30,7 +31,7 @@ module.exports = {
lowMemoryMode: false,
fullOptimization: false,
webConfigParams: ['name', 'version', 'branch', 'bookReadLink', 'dbVersion'],
webConfigParams: ['name', 'version', 'branch', 'bookReadLink', 'dbVersion', 'extendedSearch'],
allowRemoteLib: false,
remoteLib: false,

View File

@@ -7,6 +7,7 @@ const branchFilename = __dirname + '/application_env';
const propsToSave = [
'accessPassword',
'accessTimeout',
'extendedSearch',
'bookReadLink',
'loggingEnabled',
'dbCacheSize',