- Pimcore >= 6.6
- Symfony >= 4.4
The Dynamic Search Bundle allows you to redefine your search strategy. It's based on several data- and index providers.
- WebCrawler (Spider)
- Trinity Data (Pimcore: Object, Asset, Document)
- Lucene Search
- Elastic Search
- apisearch.io (coming soon)
"require" : {
"dachcom-digital/dynamic-search" : "~1.0.0"
}After you have installed the Dynamic Search Bundle via composer, open pimcore backend and go to Tools => Extension:
- Click the green
+Button inEnable / Disablerow - Click the green
+Button inInstall/Uninstallrow
After you have updated the Dynamic Search Bundle via composer, open pimcore backend and go to Tools => Extension:
- Click the green
+Button inUpdaterow
After you have updated the Dynamic Search Bundle via composer:
- Execute:
$ bin/console pimcore:bundle:update DynamicSearchBundle
Does actually the same as the update command and preferred in CI-Workflow:
- Execute:
$ bin/console pimcore:migrations:migrate -b DynamicSearchBundle
Copyright: DACHCOM.DIGITAL
For licensing details please visit LICENSE.md
Before updating, please check our upgrade notes!
