There are some field handlers, which does not use the default query. They fire up a additional query.

See modules/taxonomy/views_handler_field_term_node_tid.inc as a example.

The override the query method to remove the default behavior and add a pre_render function which adds another query and stores the result in the object.

If the render method is called, it gets the result stored in the object.

So why do i tell it here: There might be stuff which is stored, but could be important for us.

This is the case also for multiple cck fields etc. I'm not sure whether this should be part of the project.

Comments

adityakg’s picture

I believe this should have been fixed? Since I am using render_fields in views_plugin_style which calls views_handler_field class.

adityakg’s picture

Status: Active » Needs review
dawehner’s picture

A good.

The problem is that the data is comma-seperated or space seperated. I'm not sure whether feeds supports such data.

adityakg’s picture

Version: » 6.x-1.0.x-dev
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

I'm testing with CCK and the multivalue fields do not seem to work. I have posted it as another issue at #961530: Multivalue fields imported as a single value