For sites with large numbers of family:individual nodes, a pager is needed so the index page does not try to display all the nodes at once. There also needs to be sorting options available beyond the import order.

Comments

pyutaros’s picture

Assigned: Unassigned » pyutaros

I agree this would be a useful feature. I'm currently working on enabling relationship creation between individual records. I will be revisiting some of the views at the end of this effort, so I can likely look into adding a pager then. If you would like to submit a patch that enables this feature, please do so, otherwise watch this thread for my progress on the relationship issue, after which I will be able to work on yours.
Thanks,
Jonathan

pyutaros’s picture

I've been thinking about this issue a little and I think the best final solution would be to integrate with the Views module. I think that might be something that will have to wait until after the module has been ported to 6.x. I can likely do a quick and dirty fix in 5.x, with the real features being offered up in 6.x. Made some progress on relationships, so this isn't long off.

pyutaros’s picture

Status: Active » Postponed