alexshyba / SitecoreSearchContrib

Extension to Sitecore.Search namespace. Includes AdvancedDatabaseCrawler and Searcher. Make sure to check out the website for the project.
http://sitecorian.github.io/SitecoreSearchContrib
25 stars 21 forks source link

Retrieve custom field value with skinnyitem #31

Closed sohelsd closed 10 years ago

sohelsd commented 10 years ago

@sitecorian I believe there was a way to modify SkinnyItem object to return another field from the index. (Ex: _templatename). I tried adding it to the object, compiled and re-ran the indexes. But I do not see TemplateName appear with the SkinnyItem. Is there something special I need to do?

sohelsd commented 10 years ago

I was able to figure it out. Had to add it as a DynamicField and set storageType to YES.