Contact Kontakt Alle Awards anzeigen
Contact
Alle Awards anzeigen

Dynamic Search

recently-reviewed

last reviewed: 06.03.2021

CMS and Frontend Modules

Autor:

DACHCOM

Version

v3.0.0

Last updated

Compatible Pimcore Version

>= 5.4.0, >= 6.0.0

Contact

-

Issues

https://github.com/dachcom-digital/pimcore-dynamic-search/issues

3  Reviewer

lukas-schnieper

reviewed on 06.03.2021

Nambu

reviewed on 30.10.2020

Krankikom

reviewed on 10.08.2020

instride AG

Dynamic Search

CMS and Frontend Modules

Zusammenfassung

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


Readme

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
3.x 11.0 ^6.2 28.09.2023 Feature Branch master
2.x 10.0 - 10.6 ^5.4 19.12.2021 No 2.x
1.x 6.6 - 6.9 ^4.4 18.04.2021 No 1.x

Introduction

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

Providers

There are several data- and index providers available:

Data Provider

Index Provider

  • Lucene Search | Use the php lucene index. Not superfast but comes without any dependencies but php
  • Elasticsearch | Index data with an elasticsearch instance.
  • Open Search | Index data with an open search instance.

Installation

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

Add Bundle to bundles.php:

return [
    DynamicSearchBundle\DynamicSearchBundle::class => ['all' => true],
];
  • Execute: $ bin/console pimcore:bundle:install DynamicSearchBundle

Upgrading

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

Provider Installation

You need at least one data- and one index provider. They have to be installed separately. Please check out install instruction of each provider (see list above).

Add Routes

# config/routes.yaml
dynamic_search_frontend:
    resource: '@DynamicSearchBundle/config/pimcore/routing/frontend_routing.yaml'

Dispatch Dynamic Search

After you've added a definition, you're ready to start the engine. Always use the verbose -v flag, otherwise you won't get any process information about the ongoing data / index providing process.

$ bin/console dynamic-search:run -v

Further Information

image

Copyright and License

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

Upgrade Info

Before updating, please check our upgrade notes!

Review status

recently-reviewed

last reviewed: 06.03.2021

?>

Autor:

DACHCOM

Version

v3.0.0

Last updated

Compatible Pimcore Version

>= 5.4.0, >= 6.0.0

Contact

-

Issues

https://github.com/dachcom-digital/pimcore-dynamic-search/issues

3  Reviewer

lukas-schnieper

reviewed on 06.03.2021

Nambu

reviewed on 30.10.2020

Krankikom

reviewed on 10.08.2020

instride AG