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.

Comments

webwarrior’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new1.33 KB

See if this patch might work?

kardave’s picture

Thanks, it seems fixed now.

nigelcunningham’s picture

Title: Filter do not respect pagination, it runs through all nodes in a search » Filter does not respect pagination, it runs through all nodes in a search
Status: Needs review » Reviewed & tested by the community

Fix confirmed here.

akolahi’s picture

Also appears to be fixed for me as well.

fizk’s picture

@webwarrior Thanks for the patch. Can you explain why we're able to remove those lines without causing any issues?

fizk’s picture

Status: Reviewed & tested by the community » Postponed (maintainer needs more info)
fizk’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

The 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.