muckiware / search-plugin
Shopware 6 search extension plugin for Elasticsearch server integration
Package info
github.com/muckiware/MuckiSearchPlugin
Type:shopware-platform-plugin
pkg:composer/muckiware/search-plugin
v0.3.0
2024-02-24 17:15 UTC
Requires
- php: >= 8.1
- elasticsearch/elasticsearch: ^8.11
- shopware/administration: ^6.5.3
- shopware/core: ^6.5.3
- shopware/storefront: ^6.5.3
This package is auto-updated.
Last update: 2026-05-29 01:53:21 UTC
README
Shopware 6 plugin for Elasticsearch server integration.
Features
- Full easy integration of the Elasticsearch server
- Basic Authentication or API Key Authentication for the search server
- Automatic indexing of all active products into search index
- Creates search indices in relation to sales channel and language
- Free configuration of product fields for the search index
System Requirements
- Shopware Version 6.5.2
- Elasticsearch Version 7.x
- php 8.1 or higher
Installation
composer require muckiware/search-plugin bin/console plugin:install -a MuckiSearchPlugin
Configuration
- Go to Extensions -> My extensions
- Select the Configure-menu item of the Mucki Search Plugin
- Activate the plugin
- Enter the Elasticsearch Server connection host and port. Usually localhost:9200
Uninstallation
Removes plugin and removes all plugin data
bin/console plugin:uninstall MuckiSearchPlugin
Removes plugin but keeps the plugin data
bin/console plugin:uninstall MuckiSearchPlugin --keep-user-data
Testing
Start unit test
./vendor/bin/phpunit --configuration="custom/plugins/MuckiSearchPlugin" --testsuite "migration"