4

When I search for questions in my favorite tags (intags:mine), it tells me that the results are tagged with "python or python-2.7 or ...". The word "or" shows up (in all cases) as if it is another tag. If I click it, it leads me to the "All Questions" page. It seems to me that, as it isn't a tag, it shouldn't show up as one. Edit: in case it isn't clear from the title, I see this only on mobile: Screenshot

4
  • 1
    "or" doesn't seems formated as tag, and I am sure that it's treated as logical operator.
    – Braiam
    Commented May 12, 2016 at 23:08
  • @Braiam: I'm sorry if I wasn't clear. This happens only on mobile. I have added a screenshot.
    – zondo
    Commented May 13, 2016 at 2:15
  • I can't reproduce what you see when I search questions by tags. Would you please provide a URL link showing this search/results? Thanks!
    – user4151918
    Commented May 13, 2016 at 7:24
  • 1
    @PetahChristian: Hm, the only link that reproduces it for me is intags:mine (with or without is:q). I can't search intags:5827958 (it just gives me all questions). If I search with infavorites:5827958, it doesn't give a list of tags. If I search for something like [python] OR [python-2.7], the "or" shows up correctly.
    – zondo
    Commented May 13, 2016 at 10:57

1 Answer 1

2

There is a mobile-specific path to rendering tags, and it wasn't taking account of "or" and "and" which should be excluded from normal tag rendering.

I have updated that code path, so things are more consistent between mobile and full site views.

With you in the next build.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .