Updated search logic. More UI updates.
This commit is contained in:
@@ -430,7 +430,8 @@ public class VoiceWorkSearchProviderTests(VoiceWorkSearchProviderFixture fixture
|
||||
{
|
||||
SortOptions =
|
||||
[
|
||||
new(VoiceWorkSortField.ReleaseDate, SortDirection.Ascending)
|
||||
new(VoiceWorkSortField.AnyReleaseDate, SortDirection.Ascending),
|
||||
new(VoiceWorkSortField.ProductId, SortDirection.Ascending)
|
||||
]
|
||||
};
|
||||
|
||||
@@ -448,7 +449,8 @@ public class VoiceWorkSearchProviderTests(VoiceWorkSearchProviderFixture fixture
|
||||
{
|
||||
SortOptions =
|
||||
[
|
||||
new(VoiceWorkSortField.ReleaseDate, SortDirection.Descending)
|
||||
new(VoiceWorkSortField.AnyReleaseDate, SortDirection.Descending),
|
||||
new(VoiceWorkSortField.ProductId, SortDirection.Ascending)
|
||||
]
|
||||
};
|
||||
|
||||
@@ -466,7 +468,8 @@ public class VoiceWorkSearchProviderTests(VoiceWorkSearchProviderFixture fixture
|
||||
{
|
||||
SortOptions =
|
||||
[
|
||||
new(VoiceWorkSortField.Downloads, SortDirection.Ascending)
|
||||
new(VoiceWorkSortField.Downloads, SortDirection.Ascending),
|
||||
new(VoiceWorkSortField.ProductId, SortDirection.Ascending)
|
||||
]
|
||||
};
|
||||
|
||||
@@ -484,7 +487,8 @@ public class VoiceWorkSearchProviderTests(VoiceWorkSearchProviderFixture fixture
|
||||
{
|
||||
SortOptions =
|
||||
[
|
||||
new(VoiceWorkSortField.Downloads, SortDirection.Descending)
|
||||
new(VoiceWorkSortField.Downloads, SortDirection.Descending),
|
||||
new(VoiceWorkSortField.ProductId, SortDirection.Ascending)
|
||||
]
|
||||
};
|
||||
|
||||
@@ -538,7 +542,8 @@ public class VoiceWorkSearchProviderTests(VoiceWorkSearchProviderFixture fixture
|
||||
{
|
||||
SortOptions =
|
||||
[
|
||||
new(VoiceWorkSortField.StarRating, SortDirection.Ascending)
|
||||
new(VoiceWorkSortField.StarRating, SortDirection.Ascending),
|
||||
new(VoiceWorkSortField.ProductId, SortDirection.Ascending)
|
||||
]
|
||||
};
|
||||
|
||||
@@ -556,7 +561,8 @@ public class VoiceWorkSearchProviderTests(VoiceWorkSearchProviderFixture fixture
|
||||
{
|
||||
SortOptions =
|
||||
[
|
||||
new(VoiceWorkSortField.StarRating, SortDirection.Descending)
|
||||
new(VoiceWorkSortField.StarRating, SortDirection.Descending),
|
||||
new(VoiceWorkSortField.ProductId, SortDirection.Ascending)
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user