Example #1
0
def auto_complete_tags(tag_name):
    """
    Read a string from the url and list the tag names that match the string
    :param tag_name: the string read in
    :return: the list of all the types that match the string
    """
    return Tag.auto_complete_tags(es, tag_name)