README.rst
parent
c742af58f2
commit
5aa0618eed
|
@ -23,7 +23,7 @@ Fuzzy Search
|
|||
:target: https://runbot.odoo-community.org/runbot/149/15.0
|
||||
:alt: Try me on Runbot
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
||||
This addon provides the ability to create GIN or GiST indexes of char and text
|
||||
fields and also to use the search operator `%` in search domains. Currently
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="Docutils: http://docutils.sourceforge.net/" />
|
||||
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
|
||||
<title>Fuzzy Search</title>
|
||||
<style type="text/css">
|
||||
|
||||
|
@ -444,7 +444,7 @@ the search box and select <strong>Search Display Name for: …</strong></li>
|
|||
<ul class="simple">
|
||||
<li>Modify the general search parts (e.g. in tree view or many2one fields)</li>
|
||||
<li>Add better <cite>order by</cite> handling</li>
|
||||
<li>This module will not be necessary from version 16 (<a class="reference external" href="https://github.com/odoo/odoo/pull/83015">[IMP] Better handling of indexes #83015</a>.)</li>
|
||||
<li>This module will not be necessary from version 16 (<a class="reference external" href="https://github.com/odoo/odoo/pull/83015">[IMP] Better handling of indexes #83015</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
|
|
Loading…
Reference in New Issue