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
https://contextualise.dev/
MIT License
1.04k stars 44 forks source link

Fix 500 on Knowledge Graphs/gremlin topic #140

Closed brettkromkamp closed 2 years ago

brettkromkamp commented 2 years ago

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.

brettkromkamp commented 2 years ago
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';
brettkromkamp commented 2 years ago

Fixed and deployed.