Skip to content

Pure PHP Search implementation

Pre-release
Pre-release

Choose a tag to compare

@mtils mtils released this 02 Jan 06:08
· 345 commits to master since this release

In this release an expression matcher was added. It allows sql like queries on OrmObjects, arrays and other arbitrary php data.
To make the search feature complete, the search interfaces were added to allow a clean way to implement searches in your application.
To make all this work, a constraint checker was added. It allows all scalar validation features of laravel and a view more. This constraint checker can be used as a validator and to match expressions.