Search 1.9 billion lines of Odoo code on GitHub

base_search_improved

Author: Daniel Reis, Stein & Gabelgaard ApS, Odoo Community Association (OCA)
License: AGPL-3
Branch: 12.0-issue21934-mig-base_search_improved
Repository: steingabelgaard/server-tools
Dependencies: base
Languages: Python (37, 43.0%), and reStructuredText (49, 57.0%)
Other branches: 12.0, 12.0-json-dates-hhg, 12.0-mig-oauth_provider, 8.0, 8.0-alfa-env, 8.0-beta-env, 8.0-issue11355-search-list-hhg, 8.0-issue1844-export-hhg, 8.0-issue18616-sftp-hhg, 8.0-prod, 8.0-prod-20160910, and 8.0-prod-env
Other repositories: dreispt/server-tools

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="improved-search"></a> <h2>Improved Search</h2> <p>This module extends the search functionality to add simple shortcuts for more complex search conditions.</p> <p>Features: * Fuzzy search: use wildcards (&quot;%&quot;) in place of spaces</p> <a name="installation"></a> <h3>Installation</h3> <p>No specific requirements.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>No specific setup needed.</p> <a name="usage"></a> <h3>Usage</h3> <p>On any search box, in list or kanban views, type your expressions and the magic will be automatically done.</p> <p>For example, in a demo database, on the Contacts / Customers try searching for &quot;john brown&quot;. With this module installed will see the result &quot;John M. Brown&quot;, because of the fuzzy search feature.</p> <p>At this moment the extensions are only applied for 'ilike' operations, the default used by the search bar for text string fields.</p> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/149/8.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="known-issues-roadmap"></a> <h3>Known issues / Roadmap</h3> <p>Additional serach tokens are welcome.</p> <p>Some ideas: * &quot;..&quot; for intervals * Date tokens such as &quot;t&quot; for today</p> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/serevr-tools/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.</p> <a name="credits"></a> <h3>Credits</h3> <a name="images"></a> <h4>Images</h4> <ul class="simple"> <li>Odoo Community Association: <a class="reference external" href="https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg">Icon</a>.</li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Daniel Reis &lt;<a class="reference external" href="https://github.com/dreispt">https://github.com/dreispt</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>