Add config for setting search_min_length capability
This adds the "search_min_length" setting to the frontend service which allows to set the search_min_length capabilty which is e.g. used by web. Partial: #547
This commit is contained in:
committed by
Ralf Haferkamp
parent
8d454cfd3d
commit
288b76d955
@@ -165,7 +165,7 @@ func FrontendConfigFromStruct(cfg *config.Config) map[string]interface{} {
|
||||
"share_with_group_members_only": true,
|
||||
"share_with_membership_groups_only": true,
|
||||
"default_permissions": 22,
|
||||
"search_min_length": 3,
|
||||
"search_min_length": cfg.SearchMinLength,
|
||||
"public": map[string]interface{}{
|
||||
"alias": true,
|
||||
"enabled": true,
|
||||
|
||||
Reference in New Issue
Block a user