openphacts / coreGUI

This is the repo for the central GUI API and GUI components code
GNU General Public License v3.0
6 stars 1 forks source link

"100-rows". Seems to return with duplicates #4

Closed leeharland closed 12 years ago

leeharland commented 12 years ago

[USC feeedback] Seems to just return 100 rows and there is a lot of duplication also need to implement pagination see mabel document

askjaer commented 12 years ago

I am working on the implementation of a generic pagination so that more than 100 entries can be viewed at the time. It will be a button that adds 100-500 more records to the current table. Because you cannot do SQL-type count in SPARQL classic pagination is not doable as you cannot know the the total number of rows in the result set before you reach it. The duplication is because of the SPARQL query which has a duplicate entry fore each synonym of the compound or protein and that must be handled there.

leeharland commented 12 years ago

this has been fed back to antonis, yes?

askjaer commented 12 years ago

Let's bring it up at todays TTF call.