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