Blogger multiple label search

11,549

Solution 1

i try it too..

search it on your blog...
type "label:first_label label:second_label" without quotes...
here ex:Like my blog

hope it can help... :]

Solution 2

this will work

<blog-URL>/search/?q=label:LABEL1|label:LABEL2

Solution 3

another method:

/search/label/tiger+animal%20kingdom

note:

label1 = tiger
label2 = animal kingdom (with space)

+ (plus) work as label separator
%20 (space url-entities)
Share:
11,549

Related videos on Youtube

Ash
Author by

Ash

I am a software developer asp asp.net c# vb, vb.net MSSQL html css ajax 3.48.1.11.30

Updated on June 04, 2022

Comments

  • Ash
    Ash almost 2 years

    on any blogspot blog, if you click on a label, it will do a search for you on all the blog, showing stuff tagged with that label.

    is there a way to do that again? i mean to search for 2 labels. I want to see all the posts that have both labels.

    is there something built in?

    if not, can I do something about that on my blog? something custom?

  • Jonathon
    Jonathon almost 13 years
    But is there some advanced search option to have the search only search labels and not post content?
  • DanMan
    DanMan over 10 years
    @JonathonWisnoski: That's not supported, it seems: code.google.com/p/gdata-issues/issues/detail?id=582
  • Muhammad Saqib
    Muhammad Saqib about 10 years
    If I have three labels "a", "b" and "c" If I have to filter the posts labeled with "a" and "c" not "b" How can I do this? What if some posts label with "a" and also has label "b"? How to ignore this post?
  • Dan Bergh Johnsson
    Dan Bergh Johnsson over 8 years
    This shows the posts with either label, does it not? What about showing only posts with both labels?

Related