Skip to content

Commit

Permalink
fix: fixes an issue with the pagination
Browse files Browse the repository at this point in the history
fixes #185
  • Loading branch information
sennierer committed Aug 21, 2023
1 parent 2d1b398 commit 5b06d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions intavia_backend/sparql/retrieve_entities_v2_1.sparql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
?entity_proxy idmcore:proxy_for ?entity .
BIND("no label provided" AS ?defaultEntityLabel)
OPTIONAL {?entity_proxy crm:P1_is_identified_by ?appellation .
{?appellation a crm:E33_E41_Linguistic_Appellation .} UNION {?appellation a crm:E35_Title}
Expand Down
2 changes: 1 addition & 1 deletion intavia_backend/sparql/search_v2_1.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SELECT ?entity ?entityType ?entityTypeLabel ?entityLabel ?gender ?genderLabel ?n
{% include 'add_datasets_v2_1.sparql' %}

WITH {
SELECT DISTINCT ?entity ?entityTypeLabel ?score ?entity_proxy
SELECT DISTINCT ?entity ?entityTypeLabel ?score

{% include 'add_datasets_v2_1.sparql' %}

Expand Down

0 comments on commit 5b06d2f

Please sign in to comment.