sybrenstuvel/flickrapi

Dates, text and tags parameters don't work on search

mario-macedo opened this issue · 2 comments

The dates parameters (min_upload_date, max_upload_date, min_taken_date, max_taken_date) does not work.
I'm using this
photos = flickr.photos.search(text='portugal', min_taken_date = "2015-01-01", max_taken_date = "2016-12-31")
and are returned posts that were made in 2017 and are with subjects very different than Portugal.

Have you tested the same query on Flickr's API explorer to see what's the result? https://www.flickr.com/services/api/explore/flickr.photos.search

That will tell you if it's an issue with Flickr itself or with the software.

You're right, sorry my bad.