remove algolia from css and vendor stuff

This commit is contained in:
2017-12-29 14:19:22 +01:00
parent d726e15ed8
commit 04684c5f65
8 changed files with 21 additions and 23 deletions

View File

@@ -47,7 +47,12 @@ def search_nodes():
def search_user():
searchword = _valid_search()
terms = _term_filters()
# data is the raw elasticseach output.
# we need to filter fields in case of user objects.
data = queries.do_user_search(searchword, terms)
# filter sensitive stuff
return jsonify(data)