mirror of https://github.com/perkeep/perkeep.git
search: make is:pano be a bit wider.
Change-Id: I73a27b296a62d77bd1f8967a690a361f7aa4edde
This commit is contained in:
parent
b3d9bf2954
commit
7b6790f56a
|
@ -141,7 +141,7 @@ func parseExpression(ctx *context.Context, exp string) (*SearchQuery, error) {
|
|||
continue
|
||||
}
|
||||
if word == "is:pano" {
|
||||
andWHRatio(&FloatConstraint{Min: 1.5})
|
||||
andWHRatio(&FloatConstraint{Min: 1.6})
|
||||
continue
|
||||
}
|
||||
if word == "has:location" {
|
||||
|
|
Loading…
Reference in New Issue