bresu / buecherboerse

Bücherbörse für die FV Jus
2 stars 0 forks source link

Search fields createdAt and modifiedAt in Offer #2

Open bresu opened 8 months ago

bresu commented 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

bresu commented 8 months ago

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".