Skip to content
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

SPARQL interface from FDP web client not displaying the correct results #408

Open
inuites opened this issue May 4, 2023 · 0 comments
Open

Comments

@inuites
Copy link

inuites commented May 4, 2023

Describe the bug
SPARQL interface from FDP web client not showing all results from the default query.

To Reproduce

  1. Go into the SPARQL interface of the web client FDP. Ex: https://fair.healthinformationportal.eu/search?isSparql=true
  2. Click "search". It will show only 25 results sorted alphabetically (from A.... to C....)
  3. Modify the query by changing ASC(?title) -> DESC(?title)
  4. Click "search". It will show 25 results (but different from point 2. ) sorted alphabetically (from U... to C....)

Expected behavior
It should show 50 results instead 25 because LIMIT 50 in the query and because there are >50 metadata hosted under this FDP instance.
This doesn't happen if you do the default query but you change ASC(?title) -> ASC(?rdfType)
Then it shows 50 results all the time

Thank you

Context

  • FDP version: 1.16.2
@inuites inuites changed the title SPARQL interface from FDP web client not displaying correctly the results SPARQL interface from FDP web client not displaying the correct results May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant