From 2db16255a295d99ac04eec23968dc912bb631fec Mon Sep 17 00:00:00 2001 From: Stanislas Gueniffey Date: Wed, 29 Mar 2023 11:35:10 +0200 Subject: [PATCH] [IMP] web_editor: powerbox search from description Adapts documentation to a change in the Powerbox search filters. Since that change, command descriptions are also matched to return search results. Although the fuzzy-matching is not exactly the same for descriptions as for names and categories, making the difference explicit seems unnecessary and might introduce needless confusion. task-3188758 --- content/developer/reference/frontend/odoo_editor.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/developer/reference/frontend/odoo_editor.rst b/content/developer/reference/frontend/odoo_editor.rst index c4add43b1..cf9f4695c 100644 --- a/content/developer/reference/frontend/odoo_editor.rst +++ b/content/developer/reference/frontend/odoo_editor.rst @@ -124,8 +124,8 @@ There are three ways to filter commands: :ref:`command `'s `isDisabled` entry. #. The user can filter commands by simply typing text after opening the - Powerbox. It will fuzzy-match that text with the names of the categories and - commands. + Powerbox. It will fuzzy-match that text with the names, categories and + descriptions of the commands. .. image:: odoo_editor/powerbox-filtered.png :align: center