Skip to content

Commit

Permalink
Merge pull request #1331 from Rdataflow/fix-add-pragma-to-cubelist
Browse files Browse the repository at this point in the history
fix: add hotfix for stardog v9.2.1 WRT VSHN SBAR-1066
  • Loading branch information
bprusinowski authored Feb 13, 2024
2 parents 4e8c902 + bfc284c commit 665eb8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/rdf/query-search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ export const searchCubes = async ({
}
`.GROUP().BY`?iri`.THEN.BY`?title`.THEN.BY`?status`.THEN.BY`?datePublished`
.THEN.BY`?description`.THEN.BY`?publisher`.THEN.BY`?creatorIri`.THEN
.BY`?creatorLabel`.prologue`${pragmas}`;
.BY`?creatorLabel`.prologue`${pragmas}`
.prologue`#pragma join.bind off`; // HOTFIX WRT Stardog v9.2.1 bug see https://control.vshn.net/tickets/sbar-1066

const scoreResults = await scoresQuery.execute(sparqlClient.query, {
operation: "postUrlencoded",
Expand Down

0 comments on commit 665eb8e

Please sign in to comment.