-
Isabella Skořepová authored
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
Isabella Skořepová authoredExample 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