diff --git a/pandora/entity/views.py b/pandora/entity/views.py index 4220bc0c..626626eb 100644 --- a/pandora/entity/views.py +++ b/pandora/entity/views.py @@ -99,7 +99,7 @@ def autocompleteEntities(request, data): range: [int, int] // range of results to return } returns { - items: [{id, name, ...}, ...] // list of matching entities + items: [name, ...] // list of matching entities' names } see: autocomplete '''