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.

52 lines
1.6 KiB

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