Closed Gadensgaard closed 7 years ago
SitecoreIndexableItem is not always of type Sitecore.Data.Items.Item (for example list items in List Manager). I have moved the null-check before the type cast, and skipping the computed field if type cast fails (returning empty list).
Looks good. I'll fix the whitespace post merge.
SitecoreIndexableItem is not always of type Sitecore.Data.Items.Item (for example list items in List Manager). I have moved the null-check before the type cast, and skipping the computed field if type cast fails (returning empty list).