#2086783: Remove Views field handlers for "virtual" fields will remove the field handlers for "virtual fields" (i.e., ones added by data alterations, and the "Item language" field). However, if you have "Retrieve results data from Solr" set, all indexes on that server will actually be able to show those fields, and there are pretty good use cases for using this feature.
Therefore, we should move support for it into this module, and only display the fields if they will actually show anything.

CommentFileSizeAuthor
#1 2099683-1--virtual_fields.patch2.69 KBdrunken monkey
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drunken monkey’s picture

Status: Active » Needs review
FileSize
2.69 KB

Patch attached, please review!
(Along, of course, with the patch from #2086783: Remove Views field handlers for "virtual" fields.)

drunken monkey’s picture

Status: Needs review » Fixed

OK, if no-one wants to test we'll just have to hope this works properly in all cases.
Committed.

jason.fisher’s picture

Are virtual fields an alternative to using computed fields to combine multiple fields or concatenate a multi-valued field into a string?

drunken monkey’s picture

To some extent, yes. As long as you can create the desired structure/content with the "Aggregated fields" (or some other) data alteration, this is an alternative.

Status: Fixed » Closed (fixed)

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