mirror of
https://git.sr.ht/~cadence/NewLeaf
synced 2025-11-19 04:36:30 +00:00
Fix name of search suggestions function
This commit is contained in:
parent
40759efb03
commit
1cac49b641
1 changed files with 1 additions and 1 deletions
2
index.py
2
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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue