diff --git a/index.py b/index.py index 955dd39..e931b37 100644 --- a/index.py +++ b/index.py @@ -112,7 +112,7 @@ class Second(object): @cherrypy.expose @cherrypy.tools.json_out() def suggestions(self, *, q, **kwargs): - return extract_suggestions(q) + return extract_search_suggestions(q) @cherrypy.expose def vi(self, id, file):