better search with configurable simultaneous search limit, fixes #234

This commit is contained in:
Milos Stojanovic
2021-07-08 14:26:05 +02:00
parent 9612793c98
commit 203d422ad5
2 changed files with 20 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ return [
'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php', '.json', '.md'],
'date_format' => 'YY/MM/DD hh:mm:ss', // see: https://momentjs.com/docs/#/displaying/format/
'guest_redirection' => '', // useful for external auth adapters
'search_simultaneous' => 5,
'filter_entries' => [],
],