algolia / we-rate-tweets

A colorful timeline search that puts your top tweets first
https://we-rate-tweets.glitch.me/
4 stars 4 forks source link

Count not 100% accurate #27

Closed vvo closed 7 years ago

vvo commented 7 years ago

When signing in I got: image

Then when loading the tweets I got: image

joshed-io commented 7 years ago

The culprit is line 107 of algolia.js - we don't index tweets that have no text after we remove the links, but they aren't removed from the tweets array. cc @JessicaG

joshed-io commented 7 years ago

That was part of the issue, this was the other part (redundant tweets due to the way twitter "pagination" works): https://developer.twitter.com/en/docs/tweets/timelines/guides/working-with-timelines. Fixed now.