mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-22 18:18:39 +00:00
Search: Improve search filter description
This commit is contained in:
parent
cdf00beda4
commit
52cedfd4bd
2 changed files with 2 additions and 2 deletions
|
|
@ -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)"`
|
||||
|
|
|
|||
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue