3

To search for tags, I have to enter a special syntax into the search box:

tag:this tag:that tag:the-other

It would be nice if there was a tag search box that worked like the tag field on a case. Typing all those "tag:" strings can be a bit tedious. I would like to be able to just enter:

this that the-other

into the tag search box with the help of the auto complete/tag suggestion list functionality that the case tag field has.

Fog Creek Case FC2049271

flag
Or allow [this] [that] [the-other] syntax, like Stack Overflow does! – Michel de Ruiter Apr 18 2011 at 15:43
also fogbugz.stackexchange.com/questions/8027/… – matt wilkie May 25 2011 at 21:37

1 Answer

2

Search will actually handle that for you...

this that the-other

will return a superset of the results for

tag:this tag:that tag:the-other

But, you're right, if you want to find results matching only those tags, then you'll want to use the tag: axis.

This seems like a good candidate for a BugMonkey script: You just need a field which would preprocess your query and then redirect you to

[Your FogBugz]/default.asp?pre=preMultiSearch&pg=pgList&search=2&searchFor=[Search Query Here]

To actually anwswer your question: I don't know, but I'll add this request to our feature queue.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.