Skip to content
Snippets Groups Projects
  1. Oct 25, 2017
  2. Mar 15, 2017
  3. Jan 18, 2017
  4. Jan 16, 2017
  5. Nov 23, 2016
  6. Nov 22, 2016
  7. Nov 07, 2016
  8. Oct 19, 2016
  9. Oct 12, 2016
  10. Apr 21, 2016
  11. Apr 19, 2016
  12. Apr 18, 2016
  13. Apr 17, 2016
  14. Apr 16, 2016
  15. Apr 15, 2016
  16. Apr 11, 2016
    • Isabella Skořepová's avatar
      Implement simple article queriing utility · e432921a
      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
      e432921a
Loading