This module adds new options to advanced search of char, many2one, many2many and one2many fields: * *starts with* (uses the domain *=ilike %*), * *doesn't start with* (uses the domain *not ilike %*), * *ends with* (uses the domain *=ilike %*), * *doesn't end with* (uses the domain *not ilike %*), * *matches* (uses the domain *=ilike *).