Skip to content

select images with all tags, returns empty list. #2

@airtonix

Description

@airtonix

There is no exception in logs. However I expect images to be returned.

Try it out:

  1. tag a few images with multiple tags.
  2. confirm they have those tags.
  3. visit :
    http://www.flickr.com/services/api/explore/flickr.photos.search
  4. enter your flickr id (not your flickr username)
  5. enter comma separated list of tags you just entered in step 1
  6. enter tag_mode = all
  7. press enter
  8. viz that you get a list with expected images you tagged in step 1.

Then, proceed to your djangocms site which uses the cmsplugin_flickr plugin.

  1. add a flickr plugin to a placeholder
  2. give it a title
  3. enter max recordset size (count)
  4. enter your flickr username
  5. enter the same comma separated list of tags you tested on the flickr site.
  6. select : tags match : all tags
  7. set image size to large 1024px on longest side
  8. order : any
  9. save it
  10. make sure the page is published and in navigation.
  11. view it
  12. viz that there are no images returned.

What it needs to do :
return the same images that would be found via the flickr website testing tool

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions