I'd like to contribute with some patch to Askbot. For this reason I was trying to do some statistics on Askbot bugs.
In particular I was interested in:
bugbug+fixedbug-fixed, but doing so results in a list of fixed bugs.What should I type in the search form to have the open bugs?
-- UPDATE: this is a reference I did after Evgeny's explanation. Hope I did it right.
All (99): #bug #bugs
Open (43):
Closed ( 66 + 29 + 1 + 0):
The sum of Open and Closed differs from the total, so I probably forgot some tag in Closed cases.
search string accepts several types of entries.
For tags:
#bug (on [bug] or [tag:bug])
If you add more tags - they will be searched with "or" expression.
If you want "and" expression on tags - just click on the tags, or delete them from search as needed. To exclude tags - there is no way yet to enter -#fixed, but there is the list of "excluded" tags that you can edit and choose filter - exclude ignored tags.
So if you want to see a list of bugs that are not yet fixed - add "fixed" to your ignored list, then select filter - "exclude ignored", then either enter "#bug" into the search string, or click on tag "bug".
For user-based search:
@Guandalino (or [user:guandalino])
For search in titles only:
[title: bug]
Simple text can be added as well - for the full text search.
Asked: Aug 03 '11
Seen: 48 times
Last updated: Aug 05 '11
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.