Search: load more doesn't work right
When I search for something and then click on Load more, it starts to load the exact same accounts instead of other related accounts.
Search results:

After clicking on Load more a few times:

Using Corebird git master on Solus (Linux).
iirc that happens when there are exactly 3 users to show in the users part of the list. When we then query the next 3, the Twitter API returns the same 3 instead of nothing.
You're right that there are not many users being found with those search terms but Twitter Mobile shows 4 instead of 3 with that same query. So there must be a bug in either the Twitter API or Corebird...

Yes, we query 4 entries, then show 3 so we know (so the theory) that if we get more than 3 results, a "show more results" button makes sense, since the next query will return at least one new result. We then get the same ones again unfortunately. (One could argue that not showing the fourth entry is a bug as well but not really the most disturbing one...).
I wouldn't say it's a disturbing bug :wink: But I would like to see if fixed. It doesn't have to have high priority or anything but a fix one day in the future would be welcomed :smile_cat: