Skip to content

Search

There are two different search overlays, bound to different shortcuts — worth knowing apart since they do different things.

A quick-jump overlay listing available actions and the keyboard shortcuts that are live on the current page — search, albums, people, and app commands, all from one box:

Command palette

The list at the top adapts to context: the shortcuts shown over the photo grid differ from those shown over a list page like Collections, since the palette always reflects what’s actually usable right now.

For structured filtering — combining several conditions in one expression — open the query palette. It uses a small, PRQL-style filter language with live autocomplete for column names, camera models, folder paths, people, albums, and place names as you type:

Query palette with a structured filter expression

Some examples of valid expressions:

camera == "Nikon" && iso > 800
taken_at < @2012-01-01
has_location && !has_summary || has_faces
iso in 800..3200

Bare words that don’t parse as a structured filter fall through to semantic search instead, so typing an ordinary phrase (rather than a filter expression) still searches your library by content rather than producing an error.