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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | block_limits.patch | 698 bytes | liquidcms |
Comments
Comment #1
liquidcms commentedi 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
Comment #2
liquidcms commentedhere is patch to fix limit counts for union blocks
Comment #3
liquidcms commented