FindSimilarBugs Method
Description
Searches defect summaries and descriptions for matches to Pattern.
Syntax
Visual Basic
Public Function FindSimilarBugs( _
   ByVal Pattern As String, _
   Optional ByVal SimilarityRatio As Long = 10 _
) As List
Parameters
Pattern
The search text.
SimilarityRatio
Specifies the percentage of similarity (0-100).
Return Type
FactoryList of Bug objects.
Remarks

For more information on the similarity ratio, see 'Matching Defects' under 'Adding New Defects' in the ALM User Guide.

The list created by FindSimilarBugs is cached. To retrieve data that may have changed, dispose of the list and create a new one.

See Also