コード例 #1
0
ファイル: app.py プロジェクト: jyh063/scIQ-server
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)