:::info
This bundle is only supported on Pimcore Core Framework 11.
This bundle requires minimum version of OpenSearch 2.7. or Elasticsearch 8.0.0.
:::
To install Advanced Object Search Bundle, follow the three steps below:
- Install the required dependencies:
composer require pimcore/advanced-object-search
- Make sure the bundle is enabled in the
config/bundles.php
file. The following lines should be added:
return [
// ...
AdvancedObjectSearchBundle\AdvancedObjectSearchBundle::class => ['all' => true],
// ...
];
- Install the bundle:
bin/console pimcore:bundle:install AdvancedObjectSearchBundle
To access the Advanced Object Search feature, a user needs to meet at least one of the following criteria:
- Be an
admin
user. - Have
bundle_advancedsearch_search
permission.