sorciento/module-quickbo-search-bar

Quick search for Products, Orders, Customers, CMS Page or Block directly from back-office dashboard

100.0.1 2023-01-31 22:29 UTC

This package is auto-updated.

Last update: 2025-06-29 02:16:58 UTC


README

License: MIT Latest Stable Version Packagist Packagist

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)
  • Order
    • order_id (inc)
    • increment_id (ord@)
    • customer_email (order)
    • grand_total (total)
  • Customer
    • entity_id (cust)
    • email (cus@)
    • first_name (lname)
    • last_name (fname)
    • date of birth (dob)
  • CMS Page
    • page_id (cmspid)
    • identifier (cmspkey)
    • title (cmspti)
    • content (cmspco)
  • CMS Block
    • block_id (cmsbid)
    • identifier (cmsbkey)
    • title (cmsbti)
    • content (cmsbco)

License

This project is licensed under the MIT License - see the LICENSE details.

That's all folks!