cofacts / rumors-db

Scripts for managing rumors db
https://g0v.hackmd.io/@mrorz/S1caurZq8
MIT License
6 stars 11 forks source link

Add omitted fields #12

Closed MrOrz closed 6 years ago

MrOrz commented 6 years ago
  1. Add normalArticleReplyCount so that we can list articles by number of replies. I failed to find a way to filter by nested object count, and there are others suggesting adding such field for efficiency, hence I'm adding this field.

  2. Correctly implement lastRequestedAt, whose initialization is omitted in previous PR.