(Moved from #725.) More confusingly - asking to page with more rows than 100 seems to make the story_tags disaster in results. This code returns a story 105831 with story_tags on it: ```python mc.storyList('robot', mc.dates_as_query_clause(dt.date(2020,8,2), dt.date(2020,8,3)), rows=100)[0] ``` But this call, with `rows=200` returns the same story with NO story_tags on it: ```python mc.storyList('robot', mc.dates_as_query_clause(dt.date(2020,8,2), dt.date(2020,8,3)), rows=200)[0] ```
(Moved from #725.)
More confusingly - asking to page with more rows than 100 seems to make the story_tags disaster in results.
This code returns a story 105831 with story_tags on it:
But this call, with
rows=200returns the same story with NO story_tags on it: