Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 3.38 KB

README.md

File metadata and controls

65 lines (51 loc) · 3.38 KB

Pimcore - Dynamic Search

Dynamic Search Schema

Software License Latest Release Tests PhpStan

Release Plan

Release Supported Pimcore Versions Supported Symfony Versions Release Date Maintained Branch
2.x 10.0 ^5.2 no release Yes (Bugs, Features) master
1.x 6.6 - 6.9 ^4.4 18.04.2021 Yes (Bugs, Features if required) 1.x

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" : "~2.0.0"
}
  • Execute: $ bin/console pimcore:bundle:enable DynamicSearchBundle
  • Execute: $ bin/console pimcore:bundle:install DynamicSearchBundle

Upgrading

  • Execute: $ bin/console doctrine:migrations:migrate --prefix 'DynamicSearchBundle\Migrations'

Further Information

Copyright and License

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

Upgrade Info

Before updating, please check our upgrade notes!