Exemplo n.º 1
0
def auto_complete_type(type_s):
    """
    Read a string from the url and list the types that match the string
    Return the list as json formmat
    :param type_s: the string read in
    :return: the list of all the types that match the string
    """
    return Product.auto_complete_type(es, type_s)