Esempio n. 1
0
def add_to_search_index():
    res = Question.add_batch_to_search_index()
    return "Questions added to search index: {}".format(res)