GitLaboratory / demovibes

Automatically exported from code.google.com/p/demovibes
0 stars 0 forks source link

Bug in the search tool #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Click on search
2. Type '2000'
3. The list of songs doesn't have the Ms 2000 invtro main (by Kb)

---

Second way to produce bug:

1. Click on search
2. Type 'Ms'
3. The list of songs doesn't have the Ms 2000 invtro main (by Kb)

Normally, the list of songs should display the song 'Ms 2000 invtro main'.

This bug is certainly because paging work is not done. I mean, that the
results is upper a certain number of elements (30), so it will not show the
song on the page. 
I think, some buttons as one to go on the page 2 ( and for other
additionnal page ) are missing.
Otherwise, it is maybe just a limitation to 30 results :s, but because of
this, you can't find that you want.

Original issue reported on code.google.com by lw.demos...@googlemail.com on 10 Jan 2010 at 2:45

GoogleCodeExporter commented 9 years ago
Yes, Yes and Yes :) Ms is such a generic search term, any word with **ms** wil 
appear 
:)

Search is limited (to a site owners own limit setting in settings.py) to 
prevent load 
on the DB. We don't control that limit. Order is generated by following the 
Result in 
SongID order, so newer songs are searched last, which is why your results are 
not 
appearing. It is doubtful I will implement paging of all search results at this 
time 
because of server/DB load.

Original comment by FishGuy8765@gmail.com on 10 Jan 2010 at 4:28