New: Filter by Custom Format Score in Interactive Search

Closes #7825

(cherry picked from commit 998768bcf2c3308611a05a4518e7ef3fbcb473cc)
This commit is contained in:
Mark McDowall 2022-12-02 23:06:08 -08:00 committed by Qstick
parent f61f2c89dc
commit 327e18bc7a
1 changed files with 5 additions and 0 deletions

View File

@ -201,6 +201,11 @@ export const defaultState = {
return genreList.sort(sortByName);
}
},
{
name: 'customFormatScore',
label: translate('CustomFormatScore'),
type: filterBuilderTypes.NUMBER
},
{
name: 'rejectionCount',
label: translate('RejectionCount'),