summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--logikorr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/logikorr.js b/logikorr.js
index 7c32d6e..a0730bf 100644
--- a/logikorr.js
+++ b/logikorr.js
@@ -95,7 +95,7 @@ YUI().use('node-base', 'io-base', 'io-form', 'io-queue', 'json', function (Y) {
completion.setAttribute('class', 'autocomplete');
cell.appendChild(input);
cell.appendChild(completion);
- new Autocompleter.Local(input, completion, autocompleteList, { 'fullSearch' : true });
+ new Autocompleter.Local(input, completion, autocompleteList, { 'fullSearch' : true, 'partialChars': 1 });
var cell = row.insertCell(1);
makeScoreInput(cell);