Changelog
1.1.2 (2026-07-17)
Fixed
- On stores using the "Update by Schedule" indexer mode, the admin search index was being fully rebuilt from scratch every hour, causing a multi-minute CPU spike 24 times a day even though scheduled updates already keep the index current. The hourly job now only applies the incremental changes it needs, and a full rebuild runs just once a day at 3 AM (store time), off business hours. "Update on Save" mode is unchanged.
- Order changes were not always reflected in admin search results when using "Update by Schedule" mode. Updates to an order — status changes, edits, and similar — now correctly mark that order for reindexing, so search stays in sync with your order data.
- With "Add Secret Key to URLs" enabled, clicking Edit on a row in the Search Providers grid bounced admins back to the dashboard instead of opening the provider. The Edit link now works correctly.
1.1.1 (2026-06-26)
Fixed
- Admin users with permission to view orders, customers, or other records were getting a 403 error when clicking those results in the quick-search popup, even though opening the same record from its regular grid worked fine. Only users who also held the Backend Search module permission were unaffected. The permission check is now based solely on the user's access to the target record type, matching how the rest of the admin panel works.
1.1.0 (2026-06-02)
Improvements
- Configuration files are now stored under
var/mirasvit/instead of directly invar/. Deployment processes that clearvar/on each release no longer break admin search until cron rebuilds the config. On upgrade the module falls back to reading the previous location, so existing installs keep working.
Fixed
- Admin quick search now respects each admin user's permissions. Previously the search returned results — and clickable links — for orders, customers, invoices, shipments, configuration, and other records regardless of the user's role, so a restricted admin could see and open data they were not allowed to access. Each result type is now checked against the user's permissions both in the search results and when opening a result, so users only ever see records they're authorized for.
1.0.5 (2026-05-06)
Fixed
- Customer index reindexing could get stuck when the indexer mode was set to "Update by Schedule".
1.0.4 (2026-05-04)
Fixed
- Fixed search index creation failing on stores running Elasticsearch 7. Field mappings were being applied using the Elasticsearch 8 / OpenSearch method, which is incompatible with ES7 and caused indexing errors.
1.0.3 (2026-04-28)
Fixed
- Field mappings at index creation
1.0.2 (2026-04-28)
Fixed
- Default searchable attributes for Products provider
1.0.1 (2026-04-21)
Improvements
- Added i18n support for 15 core locales (ar_SA, cs_CZ, de_DE, es_ES, fr_FR, it_IT, ja_JP, nl_NL, pl_PL, pt_BR, pt_PT, sv_SE, tr_TR, uk_UA, zh_Hans_CN)
1.0.0 (2026-04-15)
Features
- Providers configuration page — New admin page under System Admin Quick Search Providers to manage all search providers in one place. Enable or disable individual providers, change their display order, rename their labels, and choose which fields are indexed and shown in search results. Access is controlled by ACL roles.
- Per-provider field selection — For each provider, configure independently: which fields are searched when typing a query, which fields appear in the compact result row, and which appear in the expanded detail view.
- Alt + S hotkey — Opens the admin quick search bar as an additional keyboard shortcut alongside the existing ones.
0.1.3 (2026-02-11)
Fixed
- Issue with CSS conflict from Polaris
0.1.2 (2026-01-19)
Features
- Search by system configurations
0.1.1 (2025-11-25)
Improvements
- Search engine type check
Features
- Searching for M2E orders
0.1.0 (2025-06-16)
Improvements
- Translations support.
- WCAG 2.2 AA compliance.
0.0.23 (2025-04-22)
Fixed
- Amasty ElasticSearch compatibility
0.0.22 (2025-04-14)
Fixed
- Amasty Elasticsearch 2.x compatibility
0.0.21 (2025-01-10)
Features
- Customer and order-related mview subscriptions for changes tracking
0.0.20 (2024-12-11)
Fixed
- Amasty Elasticsearch engine compatibility
0.0.19 (2024-11-22)
Fixed
- Product search adjustments for Magento EE
0.0.18 (2024-10-28)
Fixed
- Exclude pagebuilder tags from description
- Menu permission issues
0.0.17 (2024-10-04)
Fixed
- Issue with response total value fetch
0.0.16 (2024-09-19)
Improvements
- Use selection to search. Once you select any text on the page and open the search using keyboard shortcuts ("/" or "Cmd+F"), the extension automatically places the selected text into the search input and performs the search.
0.0.15 (2024-09-16)
Features
- Ability to search orders by item name or SKU.
0.0.14 (2024-05-24)
Fixed
- Product search adjustments for Magento EE
0.0.13 (2024-04-16)
Fixed
- Fixed query error on cron run
0.0.12 (2024-04-04)
Fixed
- Issue with indexation
0.0.11 (2024-03-25)
Improvements
- Compatibility with Elasticsearch 8
0.0.10 (2023-12-26)
Improvements
- Updated product attributes indexation logic
0.0.9 (2023-12-21)
Improvements
- Search by text product attributes
0.0.8 (2023-12-19)
Improvements
- Added a new search index - Shipments
- Added search by shipping address
0.0.7 (2023-11-02)
Improvements
- Highlight search phrases for better visibility
- Search by order comments
0.0.6 (2023-10-31)
Improvements
- Added search by company name
0.0.5 (2023-10-25)
Fixed
- Issues with indexation
0.0.4 (2023-10-05)
Improvements
- Added ability to filter items by provider
0.0.3 (2023-10-03)
Improvements
- UI
0.0.2 (2023-10-02)
Improvements
- Initial release