forked from Techsystech/web
parent
656e1daf3e
commit
5ca5a4abdf
|
@ -2,15 +2,24 @@
|
||||||
:alt: License: AGPL-3
|
:alt: License: AGPL-3
|
||||||
|
|
||||||
============================
|
============================
|
||||||
Web advanced search wildcard
|
Wildcard in advanced search
|
||||||
============================
|
============================
|
||||||
|
|
||||||
Allows =ilike operator to advanced search option.
|
Allows =ilike ('matches') operator to advanced search option.
|
||||||
|
|
||||||
|
|
||||||
|
Usage
|
||||||
|
=====
|
||||||
Use % as a placeholder.
|
Use % as a placeholder.
|
||||||
Example: "Zip matches 1%" gives all zip starting with 1
|
|
||||||
|
Example: "Zip" - 'matches' - "1%" gives all zip starting with 1
|
||||||
|
|
||||||
|
.. image:: /web_advanced_search_wildcard/static/description/screenshot.png
|
||||||
|
:alt: Screenshot
|
||||||
|
|
||||||
|
|
||||||
Also allows insensitive exact search.
|
Also allows insensitive exact search.
|
||||||
Example "Name matches john" will find "John" and "john" but not "Johnson".
|
Example "Name" - 'matches' - "john" will find "John" and "john" but not "Johnson".
|
||||||
|
|
||||||
Bug Tracker
|
Bug Tracker
|
||||||
===========
|
===========
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "Webmodule add wildcard operators for advanced search",
|
"name": "Wildcard in advanced search",
|
||||||
"summary": "Simular search in searchbar",
|
"summary": "Webmodule to add wildcard operators in advanced search field",
|
||||||
"version": "8.0.1.0.0",
|
"version": "8.0.1.0.0",
|
||||||
"category": "Uncategorized",
|
"category": "web",
|
||||||
"license": 'AGPL-3',
|
"license": 'AGPL-3',
|
||||||
"author": "initOS GmbH & Co. KG,Odoo Community Association (OCA),Therp BV",
|
"author": "initOS GmbH & Co. KG,Odoo Community Association (OCA),Therp BV",
|
||||||
"application": False,
|
"application": False,
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Loading…
Reference in New Issue