Commit 2600b277 authored by Romain Loth's avatar Romain Loth

more suggestions for autocomplete keywords

parent b3a013df
......@@ -258,8 +258,8 @@
// => supposed to also match the REST param
// (eg services/api/aggs?field=keywords)
function remoteAutocompleteInit(fieldName) {
var nMax = 80
var hapaxThresh = 5
var nMax = 100
var hapaxThresh = 1
var $theInput = $('#'+fieldName)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment