From 68499fb0bd16c04d97191f60e1fe632dae99b07d Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 8 Apr 2020 17:25:47 +0000 Subject: [PATCH] README.rst --- base_search_fuzzy/README.rst | 7 +++---- base_search_fuzzy/static/description/index.html | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/base_search_fuzzy/README.rst b/base_search_fuzzy/README.rst index e54a3f571..156d2ff69 100644 --- a/base_search_fuzzy/README.rst +++ b/base_search_fuzzy/README.rst @@ -88,11 +88,10 @@ Usage with demo data There are some demo data that allow you to test functionally this module if you are in a **demo** database. The steps are the following: -#. Then type the text **Jon Smith** or **Smith John** in the search box and - select **Search Display Name for: ...** +#. Go to *Contacts* and type the text **Jon Smith** or **Smith John** in + the search box and select **Search Display Name for: ...** #. You will see two contacts, and they are the ones with display names - **John Smith** and **John Smizz**. (See corresponding `demo code - `_) + **John Smith** and **John Smizz**. Known issues / Roadmap ====================== diff --git a/base_search_fuzzy/static/description/index.html b/base_search_fuzzy/static/description/index.html index 203175597..63a918b4d 100644 --- a/base_search_fuzzy/static/description/index.html +++ b/base_search_fuzzy/static/description/index.html @@ -440,10 +440,10 @@ followed:

There are some demo data that allow you to test functionally this module if you are in a demo database. The steps are the following:

    -
  1. Then type the text Jon Smith or Smith John in the search box and -select Search Display Name for: …
  2. +
  3. Go to Contacts and type the text Jon Smith or Smith John in +the search box and select Search Display Name for: …
  4. You will see two contacts, and they are the ones with display names -John Smith and John Smizz. (See corresponding demo code)
  5. +John Smith and John Smizz.