Update: Extending Sitecore 7 search to support filtering on two lists
So yesterday (well early hours this morning!) I posted about extending the IQueryable<T> which Sitecore translates and runs as a query against the search index of your choice. The implementation in the previous post only catered for IEnumerable objects which used the Enumerable.Contains extension,… Continue Reading