https://github.com/skie/plum_search
Plum Search plugin for CakePHP
https://github.com/skie/plum_search
cakephp cakephp-plugin plum-search search
Last synced: 5 months ago
JSON representation
Plum Search plugin for CakePHP
- Host: GitHub
- URL: https://github.com/skie/plum_search
- Owner: skie
- License: mit
- Created: 2015-01-07T20:18:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T20:48:05.000Z (over 1 year ago)
- Last Synced: 2024-11-11T14:45:40.980Z (5 months ago)
- Topics: cakephp, cakephp-plugin, plum-search, search
- Language: PHP
- Size: 229 KB
- Stars: 19
- Watchers: 7
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cakephp - PlumSearch plugin - Implements custom, flexible and extendable search strategies. Implements PRG pattern. (Search)
README
# CakePHP PlumSearch Plugin
[](http://travis-ci.com/skie/plum_search)
[](https://packagist.org/packages/skie/cakephp-search)
[](https://packagist.org/packages/skie/cakephp-search)
[](LICENSE.txt)
[](https://coveralls.io/r/skie/plum_search?branch=master)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.## Installation & Docs
- [Documentation](docs/README.md)