Filter list of nodes for ordering
marcp - March 15, 2009 - 16:30
| Project: | nodeorder |
| Version: | HEAD |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | pvanderspek |
| Status: | active |
Jump to:
Description
Let's say there are 1000 nodes in a given term and we want to order them. We'll probably only be interested in a small subset of the nodes, so there should be a way of filtering the list while still allowing the drag-and-drop ordering to work.
This may be a bit more difficult in 6.x now that weight_in_tid goes from 1 to N where N is the number of nodes in a tid.

#1
Filtering is an idea, but I definitely think paging should also be introduced.
#2
Paging shouldn't be much of problem, but filtering is a bit more tricky. What kind of criteria would you want to use? Node titles, node types, weights?