Skip to content

REST APi Update (date & array search)

Craig Smith requested to merge hotfix/select_calc_found_rows_update into master

what i did

1)automap datetime & timestmap fields to wrap the field name in DATE(XXX) 2)allow range style parsing by allowing array formatted get paramenters ie date[]=<xx&date[]<yy

how do i test

https://www.tasman.dev/api/v1/tasks?created[]=2017-03-09&created[]2017-03-01

Merge request reports