You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API filter on system date not working same as back-end UI filter on system date
Steps to reproduce:
Navigate to a section with entries created this year (or date of your choice)
Use the back-end filter UI to filter on System Creation Date: is2020 - expected entries returned
Repeat step 2 with is2019 - expected entries returned
Copy the relevant URL parameter to apply it to the API URL, e.g. /symphony/api/entries/section-handle/?filter[system:creation-date]=2020 - all entries are returned unfiltered
Repeat step 4 with 2019 - all entries returned unfiltered
Other field filters appear to be working as expected.
The text was updated successfully, but these errors were encountered:
Sym 2.7.10
PHP 7.3
OS Linux
API filter on system date not working same as back-end UI filter on system date
Steps to reproduce:
is
2020
- expected entries returnedis
2019
- expected entries returned/symphony/api/entries/section-handle/?filter[system:creation-date]=2020
- all entries are returned unfilteredOther field filters appear to be working as expected.
The text was updated successfully, but these errors were encountered: