Problem/Motivation

After updating Entity API from 7.x-1.6 to 1.7, user timezone, picture and password don't show up as fields that can be indexed using Search API.

This also means that other fields such as Picture File ID, file name etc are not available, and that Views using these break due to a broken/missing handler.

I assume that this is a Entity API issue, but please move it if it's a Search API issue.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

ifrik created an issue. See original summary.

ifrik’s picture

Issue summary: View changes
ifrik’s picture

Status: Active » Closed (duplicate)
Issue tags: +drupalironcamp2016

This was not caused by updating the module, but by forgetting that I had applied a patch previously #2224645: EntityMetadataWrapper missing "picture", "timezone" & "signature" properties for user entity.