First of all, this is a great module.

I use it on image galleries to create next previous buttons. There is one problem however. In my case, picture galleries are taxonomy terms. And sometimes a second batch (C) of pictures is added to a album which already had a first batch (A). But between these two uploads, another gallery was created with a bunch of pictures (B).

Now, if you start flipping through the pictures in the first gallery, picture set A, and use the next button, you will suddenly switch to the other gallery with picture set B and then again back to C.

It would be great if the indexing process could be aware of taxonomies to prevent this from happening.
I know it's already on the project plan under 'Future plans' but I thought it might be good to start an official feature request.

CommentFileSizeAuthor
#1 indexing_taxonomy_aware-614592-1.patch10.16 KBjimmyko
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jimmyko’s picture

Assigned: Unassigned » jimmyko
Status: Active » Needs review
Issue tags: +Needs tests
FileSize
10.16 KB

I did not quite understand about the case you mentioned. But I made a patch for supporting the taxonomy in this module. Hope that someone can help to review.

I found there is similar request for 7.x version in #1986930: Prev/next links depends on taxonomy term referenced to node. I didn't take it as a reference so the implementation may has a big difference from it.

I didn't make a full test for supporting it in all content types. I guess it may be buggy at that part. If someone can help to report the problem, I would like to support this patch and finalize it.

bhosmer’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

Since this applies to the 6.x version, and another case deals with the 7.x version, I think we should close this.

Thanks for the work and the patch though.