PHPackages                             kaystrobach/visualsearch - 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. kaystrobach/visualsearch

ActiveNeos-package[Search &amp; Filtering](/categories/search)

kaystrobach/visualsearch
========================

package to handle advanced facetted searches

3.11.0(2mo ago)510.5k2[4 issues](https://github.com/kaystrobach/FLOW.VisualSearch/issues)[1 PRs](https://github.com/kaystrobach/FLOW.VisualSearch/pulls)1MITPHPCI failing

Since Jan 12Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/kaystrobach/FLOW.VisualSearch)[ Packagist](https://packagist.org/packages/kaystrobach/visualsearch)[ RSS](/packages/kaystrobach-visualsearch/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (56)Used By (1)

FLOW.VisualSearch
=================

[](#flowvisualsearch)

[![StyleCI](https://camo.githubusercontent.com/52f8669f1bc28b1e50b1bcb8431546adbc2d741046864ef0e66abcb3b327c229/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f33343039383437312f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/34098471)[![Codacy Badge](https://camo.githubusercontent.com/854a23fda8b244c27b84f2efac6534b338d1b9d30768dbece2b10aa39b0b06e6/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3138376135373263346233313461383638353332646361333661653739666163)](https://www.codacy.com/app/github_130/FLOW.VisualSearch?utm_source=github.com&utm_medium=referral&utm_content=kaystrobach/FLOW.VisualSearch&utm_campaign=Badge_Grade)

This package provides a powerful search component for Flow ecosystem. Any search repository can be made searchable by extending `SearchableRepository` and providing an appropriate configuration. The front-end component is provided as a Fluid partial.

[![Demo](demo.gif)](demo.gif)

Installation
------------

[](#installation)

```
composer require kaystrobach/visualsearch:^3.0.0
```

Usage
-----

[](#usage)

To make a repository searchable, extend `SearchableRepository` or implement the `SearchableRepositoryInterface`. Note that the `defaultSearchName` property should set to the name of the corresponding search configuration.

```
