Programmatically Setting the Fetched Properties to an Extended Search Core Result Web Part
This week I needed to extend the search core result web part to be able to do some custom filtering and search result styling. For the search result styling, additional fetched properties (columns) needed to be added programmatically to the Web Part properties. But every time I checked in the web part properties, these fetched properties were not added, and I end up with the default fetched properties.
Read more