Opened 11 years ago

Closed 11 years ago

#435 closed defect (invalid)

Display of multiple results across several pages does not work

Reported by: schiel@bas.uni-muenchen.de Owned by: yana_panchenko@yahoo.com
Priority: major Milestone:
Component: SRUAggregator Version:
Keywords: Cc: kisler@bas.uni-muenchen.de, schiel@bas.uni-muenchen.de

Description

When getting a larger results set from a search across different corpora that does not fit on one page, the next page should appear by clicking on the blue right arrow below the results. In fact the same corpora are listed again, but without any results. This repeats for any further click on the right arrow.
Tested with search for word 'Schiel' in all selected corpora of BAS.

Change History (3)

comment:1 Changed 11 years ago by schiel@bas.uni-muenchen.de

Cc: schiel@bas.uni-muenchen.de added
Owner: changed from zastrow to yana_panchenko@yahoo.com
Status: newassigned

comment:2 in reply to:  description Changed 11 years ago by yana

Replying to schiel@…:
'next' button queries next 10 (or 20/30 depending on maximum hits per page) records from the selected corpora. I.e. if the maximum hits is set to 10, after the first page shows all of 10 records from each of the selected corpora (all in one page), if the user clicks 'next' arrow, then the selected corpora are all getting the same query plus startRecord=11 parameter.

I've checked with one of your corpora, and it seems you have problem with processing this startRecord parameter. startRecord=1 is working, startRecord=11 does not. That's why the aggregator shows 'no results' for your corpora.

See for example:
https://clarin.phonetik.uni-muenchen.de/BASSRU/?version=1.2&operation=searchRetrieve&query=die&maximumRecords=10&startRecord=11&x-cmd-context=%22hdl:11858/00-1779-0000-001D-BE8B-7@format=cmdi%22

comment:3 Changed 11 years ago by yana

Resolution: invalid
Status: assignedclosed
Note: See TracTickets for help on using tickets.