RDFLib / prez

Prez is a data-configurable Linked Data API framework that delivers profiles of Knowledge Graph data according to the Content Negotiation by Profile standard.
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

Search needs ordering & pagination #158

Closed jamiefeiss closed 1 year ago

jamiefeiss commented 1 year ago

While ?limit= works for search, there seems to be no support for pagination using ?page= or ?per_page=.

Also, the search results aren't ordered/offset by weight, i.e. the default search method query is missing an ORDER BY ?weight statement:

https://github.com/RDFLib/prez/blob/a8e64b47257415ef2d05c50c16bcd4bd5e917bfb/prez/reference_data/search_methods/search_default.ttl#L38-L41

Also the two nested SELECT statements can be combined into one.