diff --git a/internal/query/photo_search.go b/internal/query/photo_search.go index b655940d8..4aed5dc88 100644 --- a/internal/query/photo_search.go +++ b/internal/query/photo_search.go @@ -280,7 +280,7 @@ func PhotoSearch(f form.PhotoSearch) (results PhotoResults, count int, err error } if f.Mono { - s = s.Where("files.file_chroma < 2 OR file_colors = '111111111'") + s = s.Where("files.file_chroma = 0 OR file_colors = '111111111'") } else if f.Chroma > 9 { s = s.Where("files.file_chroma > ?", f.Chroma) } else if f.Chroma > 0 {