Removing override of OnTransformingIndexValues from DeliveryApiContentIndex
This commit is contained in:
@@ -134,10 +134,4 @@ public class DeliveryApiContentIndex : UmbracoExamineIndex
|
||||
|
||||
return (compositeIdModel.Id?.ToString(CultureInfo.InvariantCulture), compositeIdModel.Culture);
|
||||
}
|
||||
|
||||
protected override void OnTransformingIndexValues(IndexingItemEventArgs e)
|
||||
{
|
||||
// UmbracoExamineIndex (base class down the hierarchy) performs some magic transformations here for paths and icons;
|
||||
// we don't want that for the Delivery API, so we'll have to override this method and simply do nothing.
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user