diff --git a/pkg/search/predicate.go b/pkg/search/predicate.go index eeb3931bd..f30ba2fe6 100644 --- a/pkg/search/predicate.go +++ b/pkg/search/predicate.go @@ -409,7 +409,7 @@ type isPortait struct { } func newIsPortait() keyword { - return isPortait{"is:portait"} + return isPortait{"is:portrait"} } func (k isPortait) Description() string {