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.0.0 2024-12-22 14:18 UTC

This package is auto-updated.

Last update: 2024-12-22 14:19:55 UTC


README

Magento Version License

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.

Installation 🔧

composer require vasileuski/magento2-module-admin-search

Troubleshooting 🛠️

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

bin/magento indexer:reindex

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.