Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/fulltextsearch.v1.searchbox.js')
-rw-r--r--js/fulltextsearch.v1.searchbox.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/fulltextsearch.v1.searchbox.js b/js/fulltextsearch.v1.searchbox.js
index 215ea71..8f0a9e8 100644
--- a/js/fulltextsearch.v1.searchbox.js
+++ b/js/fulltextsearch.v1.searchbox.js
@@ -149,7 +149,7 @@ var searchbox = {
force = false;
}
- if (search.length < 3) {
+ if (search.length < 1) {
return;
}