Add a "display settings" tab to the settings page that contains options for how to display children of each type for each parent type.

This will be useful for, say, image node children to display the teaser version of them along with the parent node.

Additionally, relativity queries should have display options for specifying how to render the results (title only, teaser, full body, etc..).

For adding new options to relativity queries, maintain a serialized array field for various ad-hoc options. This should minimize future table alterations to the relativity_query table.

Comments

javanaut’s picture

The first part if this in CVS HEAD now. Display options are now in their own settings tab.

Will now add options field to query table.

javanaut’s picture

Added display formatting options to relativity_query nodes.
Added a column "options" to the relativity_query table which is a serialized
array of options.
Now, results can be displayed as 'title', 'teaser' or 'body'.

Anonymous’s picture