Open bresu opened 8 months ago
Searchability of dates is very important for smooth displaying of offers/ getting insights.
As of right now, no support for datetime filtering with only partial date (e.g: only a month) is possible.
Have too look up if there are any standards
Added in commit 876a56f. Can be done by "?modified_before=2024-02-25" or "created_after=2024-02-01".
to fix uglyness of "createdAt" I will change the model fields name to "created".
Searchability of dates is very important for smooth displaying of offers/ getting insights.
As of right now, no support for datetime filtering with only partial date (e.g: only a month) is possible.
Have too look up if there are any standards