The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
628 Ready
462 Need Help
🏆 Leaderboard
Stale v1.2.3

Magento 2 Admin Search

vasileuski/magento2-module-admin-search

Replaces Magento's admin global search with a faster ElasticSearch/OpenSearch-powered search across orders, customers, products, categories and CMS content, while respecting ACL permissions.

3,181
Downloads
Below average
25
GitHub Stars
Above average
1y ago
Last Release
1
Open Issues
Build Issues
0/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
PHPStan

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.2.3 on Magento 2.4.9
Jun 3, 2026

Looking for Contributors

Composer installation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Magento 2 Admin Search Magento compatibility status badge

README

Loaded from GitHub

Magento 2 Admin Search Module

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

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 🔍

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

Installation 🔧

composer require vasileuski/magento2-module-admin-search

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 🛠️

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 📄

This module is open-source and licensed under the MIT License.

Support and Contact 💬

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

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.