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
Implement SPARQLModelAdapter.query_paginate for ungrouped pagination.
For ungrouped pagination the internal query is temporarily modified
with page/offset and size/limit according to the page and size
parameters.
For FastAPI and pagination see https://lewoudar.medium.com/fastapi-and-pagination-d27ad52983a.
Closes#43.
Implement
SPARQLModelAdapter.query_paginate
for ungrouped pagination.This needs to dynamically modify a SPARQL query already, but is less complicated than grouped pagination.
The implementation requires to
The text was updated successfully, but these errors were encountered: