Search: Improve search filter description

This commit is contained in:
graciousgrey 2026-01-06 11:28:51 +01:00
parent cdf00beda4
commit 52cedfd4bd
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ type SearchPhotos struct {
Square bool `form:"square" notes:"Finds square pictures only (aspect ratio 1:1)"`
Archived bool `form:"archived" notes:"Finds archived content"`
Public bool `form:"public" notes:"Excludes private content"`
Private bool `form:"private" notes:"Finds private content"`
Private bool `form:"private" notes:"Finds private content only (except when public:true)"`
Review bool `form:"review" notes:"Finds content in review"`
Error bool `form:"error" notes:"Finds content with errors"`
Hidden bool `form:"hidden" notes:"Finds hidden content (broken or unsupported)"`

View file

@ -47,7 +47,7 @@ type SearchPhotosGeo struct {
Square bool `form:"square" notes:"Finds square pictures only (aspect ratio 1:1)"`
Archived bool `form:"archived" notes:"Finds archived content"`
Public bool `form:"public" notes:"Excludes private content"`
Private bool `form:"private" notes:"Finds private content"`
Private bool `form:"private" notes:"Finds private content only (except when public:true)"`
Review bool `form:"review" notes:"Finds content in review"`
Quality int `form:"quality" notes:"Minimum quality score (1-7)"`
Face string `form:"face" notes:"Find pictures with a specific face ID, you can also specify yes, no, new, or a face type"`