Filter Dates not working on certain resources

Avatar image for rocafreestyler
rocafreestyler

2

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By rocafreestyler

I have just started to have a look at the API and filtering some date and the documentation says that People birth is sortable and filterable but I cannot get this to work i.e.

Get people born 1st Jan 1980

http://www.comicvine.com/api/people/?api_key=[MY_KEY]&field_list=name,birth&filter=birth:1980-01-01

Just returns what seems like a random selection of date

Whereas if I try a date filter on Issues it works fine?

http://www.comicvine.com/api/issues/?api_key=[MY_KEY]&field_list=name,cover_date&filter=cover_date:1980-01-01

Any ideas why this maybe?