Searching a label
https://example.blogspot.com/search/label/{label-name}Searching a keyword within a Label
https://example.blogspot.com/search/label/{label-name}?q={search-query}Multiple label search
https://example.blogspot.com/search/?q=label:{label-name-1}|label:{label-name-2}https://example.blogspot.com/search/?q=label:{label-name-1}+{label-name-2}Sort search results by Date
by-date=trueExamples:
Search for all post labeled {label-name} with query {search-query} and sort search results by date (latest first)
https://example.blogspot.com/search/label/{label-name}?q={search-query}&by-date=trueSearch for all post labeled {label-name} and sort search results by date
https://example.blogspot.com/search/label/{label-name}?by-date=trueSort search results by Relevance
by-date=falseExample:
Search for all post labeled {label-name} with query {search-query} and sort search results by relevance (most relevance first)
https://example.blogspot.com/search/label/{label-name}?q={search-query}&by-date=falseSearch with a certain search number
max-results={number}Search for {number} post labeled {label-name} with query {search-query}
https://example.blogspot.com/search/label/{label-name}?q={search-query}&max-results={number}You can also search with a certain search number and sort search results by relevance (date).
Example:
Search for {number} post labeled {label-name} with query {search-query} and sort search results by Date
https://example.blogspot.com/search/label/{label-name}?q={search-query}&max-results={number}&by-date=true
