bbcarchdev / acropolis

A toolkit for building knowledge graphs
https://bbcarchdev.github.io/acropolis
8 stars 6 forks source link

A single resource can occur in multiple slots in search results #4

Open townxelliot opened 7 years ago

townxelliot commented 7 years ago

Performing a search for 10 results will sometimes return the same resource multiple times, with that resource occupying multiple slots in the results. For example:

http://acropolis.org.uk/index.ttl?q=dench&limit=10&media=any

Here, the same resource occupies all 10 of the slots in the results.

The same resource may also occupy one or more slots in page 1 of a resultset, then one or more slots in page 2 etc.

While this may be technically correct, it isn't logically correct and could be confusing for an end user. I would expect at most one slot in a search result set to be occupied by each resource.