You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for the great work on QLever!
I’m currently integrating QLever with our service and had a question regarding pagination. While I see that QLever supports using LIMIT and OFFSET in SPARQL queries, when we include the qlever-sparql-json header in the request, the response does not include the total number of matching results.
I noticed that the total count is only available when using the send parameter (which behaves like a limit), but in that case, standard LIMIT/OFFSET usage for pagination becomes less straightforward.
Is there a recommended way to retrieve the total number of results when using LIMIT and OFFSET in combination with the qlever-sparql-json header?
We need this for pagination support.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thank you for the great work on QLever!
I’m currently integrating QLever with our service and had a question regarding pagination. While I see that QLever supports using LIMIT and OFFSET in SPARQL queries, when we include the qlever-sparql-json header in the request, the response does not include the total number of matching results.
I noticed that the total count is only available when using the send parameter (which behaves like a limit), but in that case, standard LIMIT/OFFSET usage for pagination becomes less straightforward.
Is there a recommended way to retrieve the total number of results when using LIMIT and OFFSET in combination with the qlever-sparql-json header?
We need this for pagination support.
Looking forward to your guidance—thanks again!
Best regards,
Muhammad Yasir
Beta Was this translation helpful? Give feedback.
All reactions