|
@@ -1884,7 +1884,7 @@ public sealed class BaseItemRepository
|
|
|
|
|
|
if (!string.IsNullOrWhiteSpace(filter.NameStartsWith))
|
|
if (!string.IsNullOrWhiteSpace(filter.NameStartsWith))
|
|
{
|
|
{
|
|
- baseQuery = baseQuery.Where(e => e.SortName!.StartsWith(filter.NameStartsWith) || e.Name!.StartsWith(filter.NameStartsWith));
|
|
|
|
|
|
+ baseQuery = baseQuery.Where(e => e.SortName!.StartsWith(filter.NameStartsWith));
|
|
}
|
|
}
|
|
|
|
|
|
if (!string.IsNullOrWhiteSpace(filter.NameStartsWithOrGreater))
|
|
if (!string.IsNullOrWhiteSpace(filter.NameStartsWithOrGreater))
|