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. :alt: License: AGPL-3
  3. ============================
  4. Wildcard in advanced search
  5. ============================
  6. Allows =ilike ('matches') operator to advanced search option.
  7. Usage
  8. =====
  9. Use % as a placeholder.
  10. Example: "Zip" - 'matches' - "1%" gives all zip starting with 1
  11. .. image:: /web_advanced_search_wildcard/static/description/screenshot.png
  12. :alt: Screenshot
  13. Also allows insensitive exact search.
  14. Example "Name" - 'matches' - "john" will find "John" and "john" but not "Johnson".
  15. Bug Tracker
  16. ===========
  17. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  18. In case of trouble, please check there if your issue has already been reported.
  19. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  20. `here <https://github.com/OCA/web/issues/new?body=module:%20web_advanced_search_wildcard%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  21. Credits
  22. =======
  23. Images
  24. ------
  25. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  26. Contributors
  27. ------------
  28. * Markus Schneider <markus.schneider@initos.com>
  29. * Thomas Rehn <thomas.rehn@initos.com>
  30. * L Freeke <lfreeke@therp.nl>
  31. Maintainer
  32. ----------
  33. .. image:: https://odoo-community.org/logo.png
  34. :alt: Odoo Community Association
  35. :target: https://odoo-community.org
  36. This module is maintained by the OCA.
  37. OCA, or the Odoo Community Association, is a nonprofit organization whose
  38. mission is to support the collaborative development of Odoo features and
  39. promote its widespread use.
  40. To contribute to this module, please visit https://odoo-community.org.