diff --git a/Source/LibationSearchEngine/SearchEngine.cs b/Source/LibationSearchEngine/SearchEngine.cs index 6b373e75..bcef08c2 100644 --- a/Source/LibationSearchEngine/SearchEngine.cs +++ b/Source/LibationSearchEngine/SearchEngine.cs @@ -130,8 +130,10 @@ namespace LibationSearchEngine ["LiberatedError"] = lb => liberatedError(lb.Book), ["Podcast"] = lb => lb.Book.ContentType == ContentType.Episode, + ["Podcasts"] = lb => lb.Book.ContentType == ContentType.Episode, ["IsPodcast"] = lb => lb.Book.ContentType == ContentType.Episode, ["Episode"] = lb => lb.Book.ContentType == ContentType.Episode, + ["Episodes"] = lb => lb.Book.ContentType == ContentType.Episode, ["IsEpisode"] = lb => lb.Book.ContentType == ContentType.Episode, } );