Search operators are now available to better filter the Posts and Pages views on Blogger. Use these search terms together to filter results even more.
Use Search operators
- Go to the "Posts" or "Pages" view in Blogger.
- In the search box, enter one of the Search operators below.
Available Search operators
Tip: After you use a Search operator, you can find your search results again later if you save the browser's URL address.
What you can search by |
Search operator |
Examples |
Sort the results |
sort:
Values: created, published, updated
Add a minus sign to reverse order
|
sort:-published
|
Start for a given position |
index:
The default start index position is 0.
|
index:500 to ignore the first 500 records in the list and return records 501, 502, 503 ...
|
Filter by status |
status:
Values: draft, published, scheduled
If you don't include a value in your search, all items will show up. scheduled is only available for posts
|
status:draft
|
Search by author |
author:
|
author:amy
|
Search for words in the post title |
title:
|
title:dinner
|
Search for words in the post body |
body:
|
body:afternoon
|
Search for posts by labels |
label:
|
label:friends
|
Search for terms with multiple words |
" "
|
title:”dinner and movie tonight"
|
Include multiple terms in a search (available for status, title, body, and label terms) |
,
|
title:dinner,movie
|
Filter posts created, published, or updated during a specific time range |
start_updated_date:
start_published_date:
end_updated_date:
end_published_date:
start_created_date:
end_created_date:
|
start_updated_date:2019-04-16
end_updated_date:2019-04-18
start_published_date:2019-04-16
end_published_date:2019-04-18
|