bbcarchdev / spindle

RES Linked Open Data aggregation engine
https://bbcarchdev.github.io/spindle/
Apache License 2.0
2 stars 1 forks source link

wrong number of results returned #31

Closed simeonvandersteen closed 9 years ago

simeonvandersteen commented 9 years ago

This query:

http://preview.acropolis.org.uk/?q=breakfast&media=video&limit=5

returns 4 results, while more results are available (http://preview.acropolis.org.uk/?q=breakfast&media=video&limit=5&offset=5 has results).

nevali commented 9 years ago

Confirmed, there's a deduping issue in the SQL query (which isn't actually resulting in duplicate results, because they get swallowed when the RDF graph is generated), but is affecting counts and offsets.