mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Search: Improve camera and lens filter notes in form annotations #5113
https://docs.photoprism.app/user-guide/search/filters/#filter-reference Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
57f4e39b33
commit
6a803a8614
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ type SearchPhotos struct {
|
|||
Alt string `form:"alt" example:"alt:300-500" notes:"Altitude (m)"`
|
||||
Dist float64 `form:"dist" example:"dist:50" notes:"Maximum distance to position in km"`
|
||||
Latlng string `form:"latlng" example:"latlng:49.4,13.41,46.5,2.331" notes:"Position bounding box (Lat N, Lng E, Lat S, Lng W)"`
|
||||
Camera string `form:"camera" example:"camera:canon" notes:"Camera make or model name"`
|
||||
Lens string `form:"lens" example:"lens:ef24" notes:"Lens make or model name"`
|
||||
Camera string `form:"camera" example:"camera:canon" notes:"Camera make or model"`
|
||||
Lens string `form:"lens" example:"lens:ef24" notes:"Lens make or model"`
|
||||
Iso string `form:"iso" example:"iso:200-400" notes:"ISO number (light sensitivity)"`
|
||||
Mm string `form:"mm" example:"mm:28-35" notes:"Focal length (35mm equivalent)"`
|
||||
F string `form:"f" example:"f:2.8-4.5" notes:"Aperture (F-Number)"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue