Closed bjarnef closed 3 years ago
I have previous used ToPublishedSearchResults() extension method in this PR https://github.com/vendrhub/vendr-demo-store/pull/6
ToPublishedSearchResults()
We can use a similar approach in SearchSurfaceController to convert the Examine results as IEnumerable<IPublishedContent>.
SearchSurfaceController
IEnumerable<IPublishedContent>
@mattbrailsford this one has been open for a while. Could you have a look next time you work on the demo store? 😎👌
I have previous used
ToPublishedSearchResults()
extension method in this PR https://github.com/vendrhub/vendr-demo-store/pull/6We can use a similar approach in
SearchSurfaceController
to convert the Examine results asIEnumerable<IPublishedContent>
.