You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /doc?text=!abc and GET /doc?text=! produce an Error 500
Orgin of problem:
Malformed sparql-query, because tridoc-backend logs FetchError: invalid json response body at http://fuseki:3030/3DOC/query reason: Unexpected token E in JSON at position 0
and fuseki logs:
... // Long Error stack
Caused by: org.apache.jena.query.text.TextIndexParseException: Text search parse error:
Cannot parse 'name:!': Encountered " <NOT> "! "" at line 1, column 5.
The text was updated successfully, but these errors were encountered:
GET /doc?text=!abc
andGET /doc?text=!
produce an Error 500Orgin of problem:
Malformed sparql-query, because tridoc-backend logs
FetchError: invalid json response body at http://fuseki:3030/3DOC/query reason: Unexpected token E in JSON at position 0
and fuseki logs:
The text was updated successfully, but these errors were encountered: