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.

46 lines
1.2 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. Force AND on Search Input
  4. =========================
  5. When searching for records on same field Odoo joins multiple queries with OR.
  6. For example:
  7. * Perform a search for customer "John" on field Name
  8. * Odoo displays customers containing "John"
  9. * Search for "Smith" on same field Name
  10. * Odoo displays customers containing "John" OR "Smith"
  11. With this module installed you can press Shift key before searching for "Smith"
  12. and Odoo finds customers containing "John" AND "Smith"
  13. Usage
  14. =====
  15. * Enter your value in Search Input field
  16. * Press and hold Shift key
  17. * Select field with mouse or keyboard to perform search on
  18. Credits
  19. =======
  20. Contributors
  21. ------------
  22. * Andrius Preimantas <andrius@versada.lt>
  23. Maintainer
  24. ----------
  25. .. image:: http://odoo-community.org/logo.png
  26. :alt: Odoo Community Association
  27. :target: http://odoo-community.org
  28. This module is maintained by the OCA.
  29. OCA, or the Odoo Community Association, is a nonprofit organization whose
  30. mission is to support the collaborative development of Odoo features and
  31. promote its widespread use.
  32. To contribute to this module, please visit http://odoo-community.org.