search is completely working in frontend now

This commit is contained in:
2017-12-01 16:32:57 +01:00
parent b0d6f724ef
commit 1cba014948
6 changed files with 105 additions and 58 deletions

View File

@@ -6,8 +6,8 @@
this.autocomplete({hint: false}, [
{
source: elasticSearch($, '/user'),
displayKey: 'full_name',
async: true,
displayKey: 'full_name',
async: true,
minLength: 1,
limit: 10,
templates: {