web/web_advanced_search_wildcard/readme/DESCRIPTION.rst

10 lines
416 B
ReStructuredText

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