mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Update MediaController.cs
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Orchard.Search.Controllers {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!String.IsNullOrEmpty(mediaType)) {
|
if (!String.IsNullOrEmpty(mediaType)) {
|
||||||
builder.WithField("type", mediaType).Mandatory().AsFilter();
|
builder.WithField("type", mediaType).NotAnalyzed().AsFilter();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!String.IsNullOrEmpty(folderPath)) {
|
if (!String.IsNullOrEmpty(folderPath)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user