Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Commit

Permalink
Try fix tag filtering #107
Browse files Browse the repository at this point in the history
  • Loading branch information
Saalvage committed Aug 30, 2022
1 parent a6f81a5 commit 11ac370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Models/WseSearchParameters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public record WseSearchParameters(
string? Query,
bool? IsOnline,
bool? HasBookmark,
ISet<Tag>? Tags,
HashSet<Tag>? Tags,
StarCount MinReviewAvg,
Order Order,
bool Ascending
Expand Down

0 comments on commit 11ac370

Please sign in to comment.