Closed (duplicate)
Project:
Drupal core
Version:
x.y.z
Component:
taxonomy.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2005 at 19:37 UTC
Updated:
11 Feb 2006 at 18:20 UTC
The function taxonomy_select_nodes has the description "Finds all nodes that match selected taxonomy conditions." but if I understand this function correctly it doesn't return all nodes, only nodes up to a set value (variable_get('default_nodes_main', 10) or variable_get('feed_default_items', 10)). It would be nice if it was possible to get all nodes or at least documented that you don't get all nodes.
Comments
Comment #1
gregglesMarking this as a duplicate of http://drupal.org/node/25801