naidu / redmine-dmsf

Automatically exported from code.google.com/p/redmine-dmsf
0 stars 0 forks source link

Search results fails on Next/Previous selection #173

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I start s Search looking for a specific word
2. I get results and then I select the label Dmsf Files (30)
3. The system shows a page with Results(30) as title and the first 10 results. 
Then I select Next

What is the expected output? What do you see instead?
4. After Next, the system now shows a page with Results(6) as title, six lines, 
and Next at the bottom
5. If I select Next I go to a page with Result(1) and Previous in the bottom 
line. Selecting previous drives to Result(6) and the system loops here.
6. If I select Submit, the whole story restart from 3.

There is no way to go through the result list (done by 30 elements)

What version of the DMSF and Redmine are you using? On what browser and 
operating system?

redmine 1.2.0/1.2.1, DMSF 1.2.1, Ubuntu, MySQL

Please provide any additional information below.

Original issue reported on code.google.com by pia.alg...@gmail.com on 20 Oct 2011 at 6:52

GoogleCodeExporter commented 9 years ago

Original comment by vit.jo...@gmail.com on 20 Oct 2011 at 8:07

GoogleCodeExporter commented 9 years ago
By several tests I found out that this is probably caused by Redmine's 
mechanics for search. Previous and Next links in query result are marked by 
timestamp for first/last currently showed result. But this timestamp has 
soconds precision only. So if multiple files were uploaded at once, they could 
to be not queried and displayed because they are in a gap created by one socond 
interval.

Will look into this further.

Original comment by vit.jo...@gmail.com on 20 Oct 2011 at 9:19

GoogleCodeExporter commented 9 years ago
I noticed that next/previous works properly for wiki pages, issues and the 
other items. Only dmsf files/folders have problems. Is there some test I could 
do to get more info ?

Original comment by pia.alg...@gmail.com on 21 Oct 2011 at 10:27