Skip to content
Snippets Groups Projects
Commit 7b5d63e6 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

increase n

parent d9557a24
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@
this.items.push({q: q, label: q, time: time})
}
let self = this
self.api.get('suggest?', {params: {q: q, dict: self.$parent.lang, n: 9, scope: 'nf'}})
self.api.get('suggest?', {params: {q: q, dict: self.$parent.lang, n: 80, scope: 'nf'}})
.then(async (response) => {
if (self.$refs.autocomplete.searchInput == q & self.suggesting) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment