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.
Fund package maintenance!
Buy Me A Coffee
Installs: 615
Dependents: 0
Suggesters: 0
Security: 0
Stars: 22
Watchers: 1
Forks: 4
Open Issues: 1
Type:magento2-module
Requires
- php: ~8.1.0||~8.2.0||~8.3.0
- ext-intl: *
- magento/framework: 103.0.*
- magento/module-catalog: 104.0.*
- magento/module-catalog-rule: 101.2.*
- magento/module-cms: 104.0.*
- magento/module-customer: 103.0.*
- magento/module-elasticsearch: 101.0.*
- magento/module-sales: 103.0.*
- magento/module-sales-rule: 101.2.*
- magento/module-store: 101.1.*
README
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.
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.