Description:
I tried to select all MEM bugs that have a "2.0" in the search field, but e.g. bug#27447
with "1.1.0.4899, 2.0" as version string is not shown.
It looks that only bugs are shown, that starts with "2.0" in the version field.
How to repeat:
- try one of these 2 saved searches
- http://bugs.mysql.com/saved/mer%20v%202.0
- http://bugs.mysql.com/saved/mer%20v%202.0%20%28active%29
- or manually enter "2.0" in the version field and select all Enterprise Monitor
categories
Suggested fix:
- show all bugs that have the entered string as part of the specified field (and not only
as the beginning), I think here about something like
SELECT ... FROM bugs WHERE <field> LIKE "%<string>%";
- or document on http://bugs.mysql.com/report.php (and/or it's sub-page
http://bugs.mysql.com/how-to-report.php) how the search is done. And if there is some
documentation about how the search is performed, it would help to show it "at a more
prominent place"