mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Port web_search_with_and to version 12.0
This commit is contained in:
committed by
Nedas Žilinskas
parent
acf15e016c
commit
14d64b5f7e
4
web_search_with_and/readme/CONTRIBUTORS.rst
Normal file
4
web_search_with_and/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
* Andrius Preimantas <andrius@versada.lt>
|
||||
* Adrien Didenot <adrien.didenot@horanet.com>
|
||||
* Francesco Apruzzese <f.apruzzese@apuliasoftware.it>
|
||||
* Numigi (tm) and all its contributors (https://bit.ly/numigiens)
|
||||
10
web_search_with_and/readme/DESCRIPTION.rst
Normal file
10
web_search_with_and/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
When searching for records on same field Odoo joins multiple queries with OR.
|
||||
For example:
|
||||
|
||||
* Perform a search for customer "John" on field Name
|
||||
* Odoo displays customers containing "John"
|
||||
* Search for "Smith" on same field Name
|
||||
* Odoo displays customers containing "John" OR "Smith"
|
||||
|
||||
With this module installed you can press Shift key before searching for "Smith"
|
||||
and Odoo finds customers containing "John" AND "Smith"
|
||||
7
web_search_with_and/readme/USAGE.rst
Normal file
7
web_search_with_and/readme/USAGE.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
* Enter your value in omnibar search field
|
||||
* Press and hold Shift key
|
||||
* Select field with mouse or keyboard to perform search on
|
||||
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
:target: https://runbot.odoo-community.org/runbot/162/11.0
|
||||
Reference in New Issue
Block a user