-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CompositeDatasource gives incorrect results #98
Comments
How many sources exactly?
What is the expected number of triples? 24, 12, or something else? |
I think it starts going wrong after having more than 12 datasources.
Well, I think here that the number displayed on the top is correct, but the number displayed on the pages is wrong. So if it says 24 you will get less. |
So apparently it's not related to JsonldDatasources specifically. It also happens with TurtleDatasources, but this time I have the actual data, so also a minimum failing example. I tested it with the latest version and executed it with the included If I point my browser to It says 26 on this page. That is correct. When I click next however I get an empty page: Although, you would expect more triples, because the first page says that the total is 66 and I know that there are more triples to be found besides the 26 shown because there are more triples with Hope this helps! |
May be related to #89. |
I have a config with multiple JsonldDatasources. They are all combined in a single CompositeDatasource. When visiting the server in the browser it shows then next and previous links for the CompositeDatasource, but they send you to empty pages sometimes. It says also that there are like 24 triples but it only shows like 12 or something. Also querying the server gives incomplete results.
The text was updated successfully, but these errors were encountered: