(js) Respect SearchMinWordLength in list editor

More precisely, the domain default is named SOGoSearchMinimumWordLength.
This commit is contained in:
Francis Lachapelle
2016-10-14 16:35:57 -04:00
parent 56283668d0
commit 3e501be5a9
3 changed files with 9 additions and 1 deletions
@@ -372,7 +372,9 @@
<var:string label:value="Members"/>
</label>
<md-contact-chips
class="sg-chips-autocomplete"
ng-model="editor.card.refs"
ng-model-options="{ debounce: { default: 500 } }"
md-contacts="editor.userFilter($query, editor.card.refs)"
md-contact-name="$$fullname"
md-contact-image="$$image"