skie / cakephp-search
CakePHP Plum Search plugin
Installs: 106 811
Dependents: 2
Suggesters: 0
Security: 0
Stars: 20
Watchers: 7
Forks: 16
Type:cakephp-plugin
Requires
- php: >=7.4
- cakephp/cakephp: 4.*
- cakephp/plugin-installer: *
Requires (Dev)
- brianium/paratest: dev-master
- cakephp/cakephp-codesniffer: ^4.0
- phpunit/phpunit: ^9
- vlucas/phpdotenv: ^3.3
README
Plugin implements highly configurable search strategy.
What is this plugin for?
This plugin implements custom, flexible search with multiple ways of search configuration for cakephp 3.* Plugin provides search support on tables, controllers and templates layers.
Provided features
- Named find based on search data, that processed multiple filters staring from pre-build value, like and cutom query based, and finishing by flexible filters written for user's project.
- Post-Redirect-Get processing for search form based on different input parameters like Input, Select, Multiple select or checkbox, or Autocomplete fields.
- Pre-build logic for autocomplete generation.
- Easy to inject into your project.