Skip to content

Commit

Permalink
Merge pull request #188 from InTaVia/ms/185-Stats-in-response-not-cor…
Browse files Browse the repository at this point in the history
…rect-total-page-count

fix: fixes an issue with the pagination
  • Loading branch information
sennierer authored Aug 21, 2023
2 parents 2d1b398 + 5b06d2f commit 52402fc
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 52402fc

Please sign in to comment.