forked from Github/frigate
Add ability to filter Explore by Frigate+ submission status (#14909)
* backend * add is_submitted to query params * add submitted filter to dialog * allow is_submitted filter selection with input
This commit is contained in:
@@ -159,8 +159,10 @@ export default function SearchView({
|
||||
max_score: ["100"],
|
||||
has_clip: ["yes", "no"],
|
||||
has_snapshot: ["yes", "no"],
|
||||
...(config?.plus?.enabled &&
|
||||
searchFilter?.has_snapshot && { is_submitted: ["yes", "no"] }),
|
||||
}),
|
||||
[config, allLabels, allZones, allSubLabels],
|
||||
[config, allLabels, allZones, allSubLabels, searchFilter],
|
||||
);
|
||||
|
||||
// remove duplicate event ids
|
||||
|
||||
Reference in New Issue
Block a user