Пример #1
0
def search_autocomplete(text):
    index = get_data.loadIndexRsrKeyws(path)
    res = get_data.searchIndexRsrKeywsAutocomplete(index, text)
    return json.dumps(res)
Пример #2
0
def search_rsrkeyws(text):
    index = get_data.loadIndexRsrKeyws(path)
    res = get_data.searchIndexRsrKeyws(index, text)
    return json.dumps(res)