Skip to content
Snippets Groups Projects
Verified Commit e432921a authored by Isabella Skořepová's avatar Isabella Skořepová
Browse files

Implement simple article queriing utility

Example usage:

node query.js --sql "select metadata.tags as tags, metadata.title as title where count(metadata.tags) == 1 and contains(metadata.tags, 'Článek');"

prints list of articles which have only tag "Článek" - usefull for
listing not yet tagged articles
parent a7b8f218
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment