<p><aclass="reference external"href="https://odoo-community.org/page/development-status"><imgalt="Beta"src="https://img.shields.io/badge/maturity-Beta-yellow.png"/></a><aclass="reference external"href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><imgalt="License: AGPL-3"src="https://img.shields.io/badge/licence-AGPL--3-blue.png"/></a><aclass="reference external"href="https://github.com/OCA/web/tree/12.0/web_advanced_search_wildcard"><imgalt="OCA/web"src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github"/></a><aclass="reference external"href="https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_advanced_search_wildcard"><imgalt="Translate me on Weblate"src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png"/></a><aclass="reference external"href="https://runbot.odoo-community.org/runbot/162/12.0"><imgalt="Try me on Runbot"src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png"/></a></p>
<p>This module adds 3 options to advanced search of char, many2one,
<p>This module adds new options to advanced search of char, many2one,
many2many and one2many fields:</p>
<ulclass="simple">
<li><em>starts with</em> (uses the domain <em>=ilike %<search string></em>),</li>
<li><em>doesn’t start with</em> (uses the domain <em>not ilike %<search string></em>),</li>
<li><em>ends with</em> (uses the domain <em>=ilike <search string>%</em>),</li>
<li><em>doesn’t end with</em> (uses the domain <em>not ilike <search string>%</em>),</li>
<li><em>matches</em> (uses the domain <em>=ilike <search string></em>).</li>
</ul>
<p><strong>Table of contents</strong></p>
@ -421,6 +423,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome