Releases: CradlePHP/cradle-system
Releases · CradlePHP/cradle-system
added case for 1:0 relation with the table itself
1.2.67 added case for 1:0 relation with the table itself
$json declaration
Merge pull request #41 from rujealfon/master catch json filter
added JSON search and fix multifile field for update
Merge pull request #40 from rujealfon/master mutiple fields array
Adding more meta data for logs
1.2.64 adding more data for logs
Adding filter by json column and sort by json column
When searching within a table that was created with schemas, the following is now possible.
?filter[post_meta.foo.0.bar]=1
?order[post_meta.foo.0.bar]=DESC
Warning: Sort by JSON is very slow because JSON keys cannot be indexed. Use sorting with caution.
dependency update
1.2.62 dependency update
Permanent remove fix
1.2.61 permanent remove fix
Fixed several schema admin ui issues, made model sql more readable with better search logic. Moved preprocessors to the bootstrap folder.
Please see my commit notes: 865e395 because I documented all my changes by line.
added in filter on 1:N pulling condition
1.2.59 added in filter in 1:N relations pulling
1:N relations pulling on search
1.2.58 added 1:N relations pulling on search