Compare commits

...

1 Commits

Author SHA1 Message Date
Stanislas Gueniffey
2db16255a2 [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
2023-03-31 12:01:11 +02:00

View File

@@ -124,8 +124,8 @@ There are three ways to filter commands:
:ref:`command <reference/frontend/odoo_editor/powerbox/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