krono / squeaksource3

Seaside-based Monticello code repository for Squeak, Pharo and GemStone
0 stars 0 forks source link

Versions Search bar doesn't work #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  From ss3.gemstone.com/ss home page, click "Projects".
2.  In Search bar, type "Muller" press enter.  "Muller Automation Base Layer" 
is displayed in the list.
3.  Select it and then the "Versions" tab.
4.  Bug 1:  The search bar on the Versions tab is still populated with "Muller" 
so no packages are displayed.  It should be blank with all versions displayed.
5.  In the search bar for the Versions, now replace "Muller" with "Pharo" to 
search for versions which have Pharo in the name.  Bug 2:  No results.
6.  Clear the search bar "x" and on page 2 to see the "Pharo" package is indeed 
there.

I tried wild-cards and even whole name matches to no avail.  I think it should 
either support wildcards or simply do case-insensitive substring matching, but 
any improvement would be welcome.

Original issue reported on code.google.com by ma.chri...@gmail.com on 4 Jan 2013 at 7:38

GoogleCodeExporter commented 9 years ago
Regarding bug 2: This behavior is fixed in the current code base but yet to be 
deployed on the website. I verified in my installation.

Regarding bug 1: This is expected behavior. It mimics behavior found in current 
operating systems or browser; when you search for something in, eg, OS X's 
Spotlight, Safari will pick up the search term.

Original comment by tobiasp...@gmail.com on 5 Jan 2013 at 5:01