Pure PHP Search implementation
Pre-release
Pre-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.