โ Glean-ia-acs ยท Day 8 of 56
The updated: Time Filter
Bounding results by recency
You'll be able to
- Use updated: to keep only results changed within a recent window
- Choose between today, past_week, and past_month for the right freshness
Read first
Day 1 Lab
- Run a query for an active topic โ something people edit often.
- Add
updated:past_weekand note how the result count shrinks. - Swap in
updated:today, thenupdated:past_month, and watch the window widen. - Pick the smallest window that still returns what you need.
- Note when recency mattered more than another keyword would have.
Working Example: updated: in Action
The updated: filter keeps only results changed inside a recency window. Verified against search_filters.
roadmap โ everything ever indexed, oldest drafts included
roadmap updated:today โ only versions touched today
roadmap updated:past_week โ changes from the last seven days
roadmap updated:past_month โ a wider net for slower-moving work
Reach for updated: when the wrong results are stale, not off-topic.Check for understanding
When does updated:past_week serve you better than adding another keyword?
Check yourself
1. What does `roadmap updated:past_week` return?
updated: bounds results by recency; past_week keeps only what changed in the last seven days.
2. How do you isolate results from Q1 2026 with a precise date window?
after: and before: take quoted dates; stacking both bounds isolates one exact window.
3. What is the difference between `in:` and `collection:`?
in: scopes to an existing container like a space or folder; collection: scopes to a set you curated.
4. When is `my:history pricing` the right move?
my:history restricts results to documents you've already viewed, so re-finding is faster than a cold search.
5. After Glean Assistant gives a cited answer, what is the governed next step?
Citations are a starting point, not a verdict; open each source, confirm it backs the claim, and check the dates.
In 10 seconds
โOld results burying the fresh ones? Add updated:past_week to keep only what changed recently. today, past_week, and past_month bound your search by time so the stale stuff drops away.โ
after: and before: Date Ranges