/pimcore-dynamic-search

Pimcore Search Bundle. Data Provider: Search via Crawler, ObjectList. Index Provider: Store via Lucene, Elasticsearch, Solr or apisearch.io

Primary LanguagePHPOtherNOASSERTION

Pimcore - Dynamic Search

Dynamic Search Schema

Software License Latest Release Tests PhpStan

Requirements

  • Pimcore >= 6.6
  • Symfony >= 4.4

Introduction

The Dynamic Search Bundle allows you to redefine your search strategy. It's based on several data- and index providers.

Data Provider

Index Provider

Installation

"require" : {
    "dachcom-digital/dynamic-search" : "~1.0.0"
}

Further Information

Installation via Extension Manager

After you have installed the Dynamic Search Bundle via composer, open pimcore backend and go to Tools => Extension:

  • Click the green + Button in Enable / Disable row
  • Click the green + Button in Install/Uninstall row

Upgrading

Upgrading via Extension Manager

After you have updated the Dynamic Search Bundle via composer, open pimcore backend and go to Tools => Extension:

  • Click the green + Button in Update row

Upgrading via CommandLine

After you have updated the Dynamic Search Bundle via composer:

  • Execute: $ bin/console pimcore:bundle:update DynamicSearchBundle

Migrate via CommandLine

Does actually the same as the update command and preferred in CI-Workflow:

  • Execute: $ bin/console pimcore:migrations:migrate -b DynamicSearchBundle

Copyright and License

Copyright: DACHCOM.DIGITAL
For licensing details please visit LICENSE.md

Upgrade Info

Before updating, please check our upgrade notes!