Just noticed a few items with views union:

1. Does not honor any sorting from sub views. Throws an sql error. Sorting only works on the master view.

2. Specifying the max number of rows (nodes per block or page) in the master view is ignored. It seems to return the sum of the individual subview max counts. The master view should be a hard limiter regardless of the number returned by the subviews.

CommentFileSizeAuthor
#2 block_limits.patch698 bytesliquidcms

Comments

liquidcms’s picture

i just switched to 5.x-1.1 and it seems to fixed numerous issues i was having.. but i also see now num limits being applied

this is for a block view

i have 2 sec views and a pri that simply combines the 2 sec.

the limit is set to 5 for all 3 views; and i get the total of 7 showing

liquidcms’s picture

StatusFileSize
new698 bytes

here is patch to fix limit counts for union blocks

liquidcms’s picture

Status: Active » Needs review