After update to latest version 7.x.2.x-dev, with Pager set to "Display a specified number of items" and 4 items it still shows all items. This seems to be the same issue as the one for 7.x-1.0-alpha2 (https://www.drupal.org/node/2613876). Here is the query generated:

Query
SELECT node.nid AS nid, node.title AS node_title, node.created AS node_created, 'node' AS field_data_body_node_entity_type, 'node' AS field_data_field_document_node_entity_type
FROM
{node} node
WHERE (( (node.status = '1') AND (node.type IN ('publication_documents')) ))
ORDER BY node_created DESC
Title Recent Publications
Path This display has no path.

Reverting back to 7.x.2.x-dev that I downloaded on 4/22/15 works again.

Comments

NeuQuest created an issue. See original summary.

fizk’s picture

What version of Views and PHP are you using?

fizk’s picture

Status: Active » Closed (duplicate)