new documents section

This commit is contained in:
j 2016-10-05 00:00:03 +02:00
commit e1f35b1ec8
74 changed files with 6737 additions and 631 deletions

View file

@ -326,7 +326,7 @@ def autocomplete(request, data):
returns {
items: [string, ...] // list of matching strings
}
see: autocompleteEntities
see: autocompleteDocuments, autocompleteEntities
'''
if 'range' not in data:
data['range'] = [0, 10]