brettkromkamp / contextualise

Contextualise is an effective tool particularly suited for organising information-heavy projects and activities consisting of unstructured and widely diverse data and information resources

Home Page:https://contextualise.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix 500 on Knowledge Graphs/gremlin topic

brettkromkamp opened this issue · comments

See URL: https://contextualise.dev/topics/view/15/gremlin

The error is caused by including a Gremlin query in a note attached to the topic: Pygments has no support for Gremlin syntax?

The fix would be to remove the offending note.

DELETE FROM occurrence WHERE map_identifier = 15 AND identifier = '5d89c885-36a4-4103-99ae-97a7a3ca5b62';
DELETE FROM attribute WHERE map_identifier = 15 AND entity_identifier = '5d89c885-36a4-4103-99ae-97a7a3ca5b62';

Fixed and deployed.