Download the PHP package sorciento/module-quickbo-search-bar without Composer
On this page you can find all versions of the php package sorciento/module-quickbo-search-bar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sorciento/module-quickbo-search-bar
More information about sorciento/module-quickbo-search-bar
Files in sorciento/module-quickbo-search-bar
Package module-quickbo-search-bar
Short Description Quick search for Products, Orders, Customers, CMS Page or Block directly from back-office dashboard
License MIT
Informations about the package module-quickbo-search-bar
Quick Back-Office Search Bar
Add a quick search bar in back-office dashboard to look for products, orders, customers, CMS pages or blocks
- Setup
- Composer installation
- Setup the module
- License
Setup
Magento 2 Open Source or Commerce edition is required.
Composer installation
Run the following composer command:
Setup the module
Run the following magento command:
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!
All versions of module-quickbo-search-bar with dependencies
magento/framework Version ^103.0
magento/module-backend Version 102.0.*
ext-json Version *