Added Quick Search functionality for menu items and help articles. Fixes #6148

This commit is contained in:
Pramod Ahire
2021-02-02 14:47:58 +05:30
committed by Akshay Joshi
parent f7214b7cfe
commit b948f43dda
36 changed files with 877 additions and 25 deletions

View File

@@ -36,6 +36,9 @@ define([
enable: this.search_objects_enabled,
priority: 1,
label: gettext('Search Objects...'),
data: {
'data_disabled': gettext('Please select a database from the browser tree to search the database objects.'),
},
}, {
name: 'search_objects',
module: this,