sbejaoui
6 years ago
5 changed files with 16 additions and 5 deletions
-
6web_advanced_search_wildcard/README.rst
-
2web_advanced_search_wildcard/readme/CONTRIBUTORS.rst
-
4web_advanced_search_wildcard/readme/DESCRIPTION.rst
-
5web_advanced_search_wildcard/static/description/index.html
-
4web_advanced_search_wildcard/static/src/js/search.js
@ -1,7 +1,9 @@ |
|||||
This module adds 3 options to advanced search of char, many2one, |
|
||||
|
This module adds new options to advanced search of char, many2one, |
||||
many2many and one2many fields: |
many2many and one2many fields: |
||||
|
|
||||
* *starts with* (uses the domain *=ilike %<search string>*), |
* *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>%*), |
* *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>*). |
* *matches* (uses the domain *=ilike <search string>*). |
||||
|
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue