PHPackages                             vasileuski/magento2-module-admin-search - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. vasileuski/magento2-module-admin-search

ActiveMagento2-module[Admin Panels](/categories/admin)

vasileuski/magento2-module-admin-search
=======================================

Magento 2 module that enhances the admin panel's global search by enabling fast and efficient searches through main entities with improved visibility and ACL support.

1.2.3(1y ago)252.7k↓36.1%5[1 issues](https://github.com/dzmitry-vasileuski/magento2-module-admin-search/issues)MITPHPPHP ~8.1.0||~8.2.0||~8.3.0

Since Dec 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dzmitry-vasileuski/magento2-module-admin-search)[ Packagist](https://packagist.org/packages/vasileuski/magento2-module-admin-search)[ Fund](https://www.buymeacoffee.com/vasileuski)[ RSS](/packages/vasileuski-magento2-module-admin-search/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (9)Versions (7)Used By (0)

Magento 2 Admin Search Module
=============================

[](#magento-2-admin-search-module)

[![Magento](https://camo.githubusercontent.com/5a84b517a2265aa685d8669b463d3d0709b364ebdd8aefd8dfe3ba472544c2fb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d322e342e782d626c7565)](https://camo.githubusercontent.com/5a84b517a2265aa685d8669b463d3d0709b364ebdd8aefd8dfe3ba472544c2fb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d322e342e782d626c7565)[![Version](https://camo.githubusercontent.com/e99600a5d6bc72fb7f0f432fcefea761215fcac2865c0f23afd29ae986049948/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e322e332d626c7565)](https://camo.githubusercontent.com/e99600a5d6bc72fb7f0f432fcefea761215fcac2865c0f23afd29ae986049948/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e322e332d626c7565)[![License](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)

Overview 🚀
----------

[](#overview-)

The Magento 2 Admin Search Module enhances the global search functionality in the admin panel by enabling fast and efficient searches through the main entities. It addresses the limitations of the default Magento global search, offering a more noticeable and performant solution.

[![Show Case](docs/assets/showcase.gif)](docs/assets/showcase.gif)

Benefits 🎉
----------

[](#benefits-)

- ⚡ **Performance**: The module leverages ElasticSearch/OpenSearch for search operations, ensuring fast and efficient results even with large datasets.
- 👀 **Visibility**: Unlike the default search, the enhanced search is more noticeable and user-friendly, streamlining admin workflows.
- 🔒 **Access Control**: The module respects Magento ACL permissions, ensuring users only see results they are authorized to access, maintaining security and compliance.

Searchable Entities 🔍
---------------------

[](#searchable-entities-)

- Orders
- Customers
- Products
- Categories
- CMS Pages
- CMS Blocks
- Catalog Price Rules
- Cart Price Rules

Installation 🔧
--------------

[](#installation-)

```
composer require vasileuski/magento2-module-admin-search
```

Configuration ⚙️
----------------

[](#configuration-️)

The module settings can be found in the Magento admin panel under the following path:
**Stores → Configuration → Advanced → Admin → Admin Search**

Available Options:

- **Sticky Header**: Customers can toggle the sticky header feature.

Troubleshooting 🛠️
------------------

[](#troubleshooting-️)

If no results are displayed in the search bar, execute the following CLI command to ensure proper indexing:

```
bin/magento indexer:reindex admin_search_blocks admin_search_catalog_price_rules admin_search_cart_price_rules admin_search_categories admin_search_customers admin_search_orders admin_search_pages admin_search_products
```

License 📄
---------

[](#license-)

This module is open-source and licensed under the [MIT License](LICENSE.txt).

Support and Contact 💬
---------------------

[](#support-and-contact-)

For any issues, feature requests, or contributions, please open an issue on the GitHub repository.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance42

Moderate activity, may be stable

Popularity33

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~11 days

Total

6

Last Release

456d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a32f7f0e4f16e0ac508439739b225e915343f485cdfca1fa62b24da9b66100af?d=identicon)[vasileuski](/maintainers/vasileuski)

---

Top Contributors

[![dzmitry-vasileuski](https://avatars.githubusercontent.com/u/2891660?v=4)](https://github.com/dzmitry-vasileuski "dzmitry-vasileuski (19 commits)")

---

Tags

searchmagentoadminmagento2

### Embed Badge

![Health badge](/badges/vasileuski-magento2-module-admin-search/health.svg)

```
[![Health](https://phpackages.com/badges/vasileuski-magento2-module-admin-search/health.svg)](https://phpackages.com/packages/vasileuski-magento2-module-admin-search)
```

###  Alternatives

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[swissup/module-search-mysql-legacy

Legacy mysql search for magento 2.4

10483.0k](/packages/swissup-module-search-mysql-legacy)[redchamps/module-clean-admin-menu

It will merge all third party extensions menu items to single menu item named 'Extensions'.

164416.3k](/packages/redchamps-module-clean-admin-menu)[opengento/module-category-import-export

This module add the capability to import and export the categories from the back-office.

119.1k](/packages/opengento-module-category-import-export)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
