Use no-op fts-client if disabled + push this flag to the webui

This commit is contained in:
Eike Kettner
2020-06-21 21:06:08 +02:00
parent 330fdcdd5b
commit cfe5aa8894
10 changed files with 88 additions and 18 deletions

View File

@ -15,6 +15,7 @@ type alias Config =
, signupMode : String
, docspellAssetPath : String
, integrationEnabled : Bool
, fullTextSearchEnabled : Bool
}