You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.8 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ====================================
  5. Use AND conditions on omnibar search
  6. ====================================
  7. When searching for records on same field Odoo joins multiple queries with OR.
  8. For example:
  9. * Perform a search for customer "John" on field Name
  10. * Odoo displays customers containing "John"
  11. * Search for "Smith" on same field Name
  12. * Odoo displays customers containing "John" OR "Smith"
  13. With this module installed you can press Shift key before searching for "Smith"
  14. and Odoo finds customers containing "John" AND "Smith"
  15. Usage
  16. =====
  17. * Enter your value in omnibar search field
  18. * Press and hold Shift key
  19. * Select field with mouse or keyboard to perform search on
  20. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  21. :alt: Try me on Runbot
  22. :target: https://runbot.odoo-community.org/runbot/162/11.0
  23. Bug Tracker
  24. ===========
  25. Bugs are tracked on `GitHub Issues
  26. <https://github.com/OCA/web/issues>`_. In case of trouble, please
  27. check there if your issue has already been reported. If you spotted it first,
  28. help us smash it by providing detailed and welcomed feedback.
  29. Credits
  30. =======
  31. Contributors
  32. ------------
  33. * Andrius Preimantas <andrius@versada.lt>
  34. * Adrien Didenot <adrien.didenot@horanet.com>
  35. * Francesco Apruzzese <f.apruzzese@apuliasoftware.it>
  36. Maintainer
  37. ----------
  38. .. image:: https://odoo-community.org/logo.png
  39. :alt: Odoo Community Association
  40. :target: https://odoo-community.org
  41. This module is maintained by the OCA.
  42. OCA, or the Odoo Community Association, is a nonprofit organization whose
  43. mission is to support the collaborative development of Odoo features and
  44. promote its widespread use.
  45. To contribute to this module, please visit https://odoo-community.org.