What is the query string to list all of my questions with no Accepted Answer selected? I would like to bring up my ratio.
Thanks and sorry if this is a dupe.
|
What is the query string to list all of my questions with no Accepted Answer selected? I would like to bring up my ratio. Thanks and sorry if this is a dupe. |
|||
|
To find all your qualifying questions you'll need this search:
Then you can find all the questions that you've accepted answers for by adding
Using these searches on meta I get 14 for the first search and 12 for the second which match the statistics given when hovering over my accept rate. So of course, to find the questions which you haven't accepted an answer for run this search:
Which here on meta gives me 2. See the search page for a full list of the search options. |
||||
user:me hasaccepted:0will include CW and closed questions - as well as questions with no answers. To get the number of qualifying questions you'd need to search foruser:me closed:0 wiki:0 hasanswers:1except thathasanswers:1doesn't exist. Then do the same withhasaccepted:1to get your accept ratio. – ChrisF♦ May 12 '10 at 10:01hasanswersnot existing, it'sanswers:<n>to return questions that have at least<n>answers, so you'd just needanswers:1. – ChrisF♦ May 12 '10 at 20:21