mirror of https://github.com/OCA/web.git
10 lines
416 B
ReStructuredText
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>*).
|
|
|