mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
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
@@ -39,6 +39,7 @@ func DefaultConfig() *config.Config {
|
||||
UploadHTTPMethodOverride: "",
|
||||
DefaultUploadProtocol: "tus",
|
||||
EnableResharing: true,
|
||||
SearchMinLength: 3,
|
||||
Checksums: config.Checksums{
|
||||
SupportedTypes: []string{"sha1", "md5", "adler32"},
|
||||
PreferredUploadType: "",
|
||||
|
||||
Reference in New Issue
Block a user