When using php filter. It will run the code as many times as the complete number of nodes in the query. Not the amount set on the pagination.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views_php-filter-do-not-respect-pagination-1937364-1.patch | 1.33 KB | webwarrior |
When using php filter. It will run the code as many times as the complete number of nodes in the query. Not the amount set on the pagination.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views_php-filter-do-not-respect-pagination-1937364-1.patch | 1.33 KB | webwarrior |
Comments
Comment #1
webwarrior commentedSee if this patch might work?
Comment #2
kardave commentedThanks, it seems fixed now.
Comment #3
nigelcunningham commentedFix confirmed here.
Comment #4
akolahi commentedAlso appears to be fixed for me as well.
Comment #5
fizk commented@webwarrior Thanks for the patch. Can you explain why we're able to remove those lines without causing any issues?
Comment #6
fizk commentedComment #7
fizk commentedThe pager was broken prior to #130, and this patch does not work well with that patch.
I'm closing this issue, since the pager seems to work now.