Skip to content
Snippets Groups Projects
Commit 732a6010 authored by Dennis's avatar Dennis
Browse files

action logic

parent ea4474d0
No related branches found
No related tags found
No related merge requests found
......@@ -39,9 +39,9 @@ def odsh_user_create(context, data_dict):
return model_dictize.user_dictize(model.User.get(user.get('name')), context)
def autocomplete(self, q):
def autocomplete(context, data_dict):
query = {
'spellcheck.q': q,
'spellcheck.q': data_dict['q'],
'wt': 'json'}
conn = make_connection(decode_dates=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment