Skip to content

Commit

Permalink
Merge pull request #6 from zazuko/fuseki-frs-fix
Browse files Browse the repository at this point in the history
fuseki fts fix
  • Loading branch information
BenjaminHofstetter authored Jun 10, 2024
2 parents 986f217 + 598b522 commit 97b5f07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class FusekiFullTextSearch extends FullTextSearch {
function fluxClassSubQuery(classMetadata: UiClassMetadata): string {
return `
{
BIND( <${classMetadata.targetNode}> as ?fluxIri)
BIND( <${classMetadata.targetNode.value}> as ?fluxIri)
BIND( ${classMetadata.searchPriority} as ?searchPriority)
?sub a ?fluxIri .
Expand Down
2 changes: 1 addition & 1 deletion projects/blueprint/src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"endpointUrl": "https://ld.flux.zazuko.com/query",
"sparqlConsoleUrl": "https://ld.flux.zazuko.com/sparql/#query",
"graphExplorerUrl": "https://ld.flux.zazuko.com/graph-explorer/?resource",
"fullTextSearchDialect": "neptune",
"fullTextSearchDialect": "fuseki",
"neptune": {
"ftsEndpoint": " https://vpc-opensearch-zazuko-blueprint-glbaecqrcqwr5om3z5jj2duuiq.eu-central-1.es.amazonaws.com"
}
Expand Down
6 changes: 3 additions & 3 deletions proxy.conf.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"/query": {
"target": "https://ld.aws.zazukoians.org/query",
"target_1": "https://ld.flux.zazuko.com/query",
"target_3": "http://localhost:8080/query",
"target_1": "https://ld.aws.zazukoians.org/query",
"target_2": "https://ld.flux.zazuko.com/query",
"target": "http://localhost:8080/query",
"target_4": "https://ld.aws.zazukoians.org/query",
"target_11": "http://127.0.0.1:7200/repositories/edc",
"headers": {
Expand Down

0 comments on commit 97b5f07

Please sign in to comment.