PHPackages                             in-square/pimcore-simple-search-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. in-square/pimcore-simple-search-bundle

ActivePimcore-bundle[Search &amp; Filtering](/categories/search)

in-square/pimcore-simple-search-bundle
======================================

MySQL FULLTEXT based frontend search index for Pimcore (Documents + DataObjects).

v1.1.0(6mo ago)07GPL-3.0-or-laterPHPPHP ^8.1

Since Dec 23Pushed 6mo agoCompare

[ Source](https://github.com/in-square/pimcore-simple-search-bundle)[ Packagist](https://packagist.org/packages/in-square/pimcore-simple-search-bundle)[ Docs](https://github.com/in-square/pimcore-simple-search-bundle)[ RSS](/packages/in-square-pimcore-simple-search-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (6)Versions (5)Used By (0)

Pimcore Simple Search Bundle
============================

[](#pimcore-simple-search-bundle)

Bundle for full-text search in Pimcore 11 using MySQL FULLTEXT index

### Install the bundle

[](#install-the-bundle)

```
   composer require in-square/pimcore-simple-search-bundle
```

### Create a configuration

[](#create-a-configuration)

```
   touch config/packages/in_square_pimcore_simple_search.yaml
```

#### Basic configuration

[](#basic-configuration)

```
#config/packages/insquare_pimcore_simple_search.yaml
in_square_pimcore_simple_search:
    table_name: 'insquare_search_index'
    locales: ['pl', 'en']
    sites: [0]
    index_documents: true
    index_objects: true
    max_content_length: 20000
    snippet_length: 220
    use_boolean_mode: true
    min_search_length: 3
```

### Register bundle in bundles.php

[](#register-bundle-in-bundlesphp)

```
