~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/bugtask-find-similar.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-26 06:01:53 UTC
  • mfrom: (14575.2.4 megalint-9)
  • Revision ID: launchpad@pqm.canonical.com-20111226060153-1rfmi1yn90lu4fuf
[r=jtv][no-qa] Lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
= Finding Similar Bugs =
 
1
Finding Similar Bugs
 
2
====================
2
3
 
3
4
The normal bug search requires all the specified keywords to be present
4
5
in the found bugs. This works quite well in general, but not when you
76
77
    0
77
78
 
78
79
 
79
 
== Private bugs ==
 
80
Private bugs
 
81
------------
80
82
 
81
83
Only bugs that the user has access to view will be searched. If we set
82
84
the Firefox bug to private, and repeat the search as a user who isn't
116
118
    >>> flags.cleanUp()
117
119
 
118
120
 
119
 
== Ordering of search results ==
 
121
Ordering of search results
 
122
--------------------------
120
123
 
121
124
Since the search uses OR to match bugs against the entered phrase, many
122
125
bugs will be returned by a search. Since we usually want to display on
147
150
    Thunderbird crashes
148
151
    >>> #another test bug
149
152
 
150
 
== Not returning the same bug ==
 
153
 
 
154
Not returning the same bug
 
155
--------------------------
151
156
 
152
157
findSimilarBugs() does not include the bug of the bugtask upon which
153
158
it is invoked.