Enhanced Search Syntax
Job search has a new advanced syntax that lets you limit searches to particular
fields, use negated queries, look for exact matches, and navigate into
structured fields like args
and meta
.
Here are a few examples to show what’s possible:
-
alpha in:worker
— only look withinworker
for “alpha” -
alpha -omega in:tags,meta
— look for “alpha” and not “omega” withintags
ormeta
fields -
business in:args.account.plan
— dig into the account and plan maps withinargs
to look for “business” -
a1b2c3d4e5 in:meta.workflow_id
— look for an exact workflow id
See the new searching guide for more examples.
Push State Navigation
Navigation, filtering, and search now use push-state for navigation. This makes it possible to deep-link into job details, save searches for later, or to share filter combinations with co-workers.