Hello
I have successfully created a page view that is sorted by a taxonomy queue, however this only works if the size of the queue is set to 0 and all the nodes tagged with a term are added to the queue. Limiting the size of the queue causes the view to show nodes on a random order, or showing only the oldest nodes.
There are 1500+ nodes tagged with each term in the vocabulary so adding all tagged nodes to the queue makes the subqueues unusable due to performance issues.
What is the recommended way to handle a lot of nodes in a subqueue?: Is there a way to add a pager and show an specific number of nodes per page?
Thanks in advance.