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.

62 lines
1.6 KiB

  1. .. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
  2. :target: https://www.gnu.org/licenses/agpl
  3. :alt: License: AGPL-3
  4. ============================
  5. Wildcard in advanced search
  6. ============================
  7. Allows =ilike ('matches') operator to advanced search option.
  8. Usage
  9. =====
  10. Use % as a placeholder.
  11. Example: "Zip" - 'matches' - "1%" gives all zip starting with 1
  12. .. image:: /web_advanced_search_wildcard/static/description/screenshot.png
  13. :alt: Screenshot
  14. Also allows insensitive exact search.
  15. Example "Name" - 'matches' - "john" will find "John" and "john" but not "Johnson".
  16. Bug Tracker
  17. ===========
  18. Bugs are tracked on `GitHub Issues
  19. <https://github.com/OCA/web/issues>`_. In case of trouble, please
  20. check there if your issue has already been reported. If you spotted it first,
  21. help us smash it by providing detailed and welcomed feedback.
  22. Credits
  23. =======
  24. Images
  25. ------
  26. * Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.
  27. Contributors
  28. ------------
  29. * Markus Schneider <markus.schneider@initos.com>
  30. * Thomas Rehn <thomas.rehn@initos.com>
  31. * L Freeke <lfreeke@therp.nl>
  32. * Alex Comba <alex.comba@agilebg.com>
  33. Do not contact contributors directly about support or help with technical issues.
  34. Maintainer
  35. ----------
  36. .. image:: https://odoo-community.org/logo.png
  37. :alt: Odoo Community Association
  38. :target: https://odoo-community.org
  39. This module is maintained by the OCA.
  40. OCA, or the Odoo Community Association, is a nonprofit organization whose
  41. mission is to support the collaborative development of Odoo features and
  42. promote its widespread use.
  43. To contribute to this module, please visit https://odoo-community.org.