New: Filter by Custom Format Score in Interactive Search

Closes #7825

(cherry picked from commit 998768bcf2c3308611a05a4518e7ef3fbcb473cc)
pull/7983/head
Mark McDowall 1 year ago committed by Qstick
parent f61f2c89dc
commit 327e18bc7a

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

Loading…
Cancel
Save