Jellycuts / Jellycuts-Issues

A public issue tracker for the Jellycuts iOS app.
23 stars 0 forks source link

Filters do not work #107

Closed ActuallyTaylor closed 2 years ago

ActuallyTaylor commented 2 years ago

Transcribed from mvan231#3698 on discord

filterCalendar(input: All Events, filterType: All, filter: {Name: == : Test, start Date: in the next : 7 days}, sortBy: Creation Date, order: Oldest First, limit: 20)

This seems like it should work, but it doesn't. Is there more documentation anywhere for the filter types like what is included for the if statement documentation to explain the different types?

ActuallyTaylor commented 2 years ago

Fixed this for the next beta version! Required adding support for the syntax in the next and the qualifier start date. Also added support for parsing dates directly instead of the outdated 7 : day system that was in place before hand and was hard to understand.