kaystrobach/visualsearch
composer require kaystrobach/visualsearch
package to handle advanced facetted searches
Readme excerpt
FLOW.VisualSearch
Basicly it ships a FLUID ViewHelper and the ability to configure that viewHelper heavily, this way we can do advanced searches
You can define:
- and configure multiple Searches
- search multiple attributes of a model (uses dynamic query building)
- Repositories have to implement an interface to be searchable
- Searches are instantly stored in the user session if the user changes it
This package can be installed via composer.
Please execute:
composer require kaystrobach/visualsearch @devAlternativly you can add the following line to your composer.json and execute composer u…
Read more
The same vendor provides 13 package(s).