sorciento / module-quickbo-search-bar
Quick search for Products, Orders, Customers, CMS Page or Block directly from back-office dashboard
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- magento/framework: ^103.0
- magento/module-backend: 102.0.*
README
Add a quick search bar in back-office dashboard to look for products, orders, customers, CMS pages or blocks
Setup
Magento 2 Open Source or Commerce edition is required.
Composer installation
Run the following composer command:
composer require sorciento/magento2-quickbosearchbar
Setup the module
Run the following magento command:
bin/magento setup:upgrade
Enable the module
In the Back-office, go to Stores > Configuration > Sorciento > Quick BO Search Bar
and set Status
to Enabled
.
Don't forget to clean caches if necessary.
How to use
A "Quick search" area will appear in top of you back-office dashboard.
Enter any data you wish to find through following fields. You can search a specific info by adding a filter separated by ":" (double-point character).
Search format: {searched data}:{filter}
Example : MB:sku
- Product (in parentheses, the filter key)
- entity_id (
prod
) - sku (
sku
)
- entity_id (
- Order
- order_id (
inc
) - increment_id (
ord@
) - customer_email (
order
) - grand_total (
total
)
- order_id (
- Customer
- entity_id (
cust
) - email (
cus@
) - first_name (
lname
) - last_name (
fname
) - date of birth (
dob
)
- entity_id (
- CMS Page
- page_id (
cmspid
) - identifier (
cmspkey
) - title (
cmspti
) - content (
cmspco
)
- page_id (
- CMS Block
- block_id (
cmsbid
) - identifier (
cmsbkey
) - title (
cmsbti
) - content (
cmsbco
)
- block_id (
License
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!