You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, I think that is a question of how you define the behavior. Currently it's like: if you want to display 3 tweets at a time and only 2 are available, the 2 tweets are displayed and a hint that there is no more data available. To me that makes sense.
On the other hand your argumentation makes sense also to me.
Maybe best solution would be a configuration option to select the desired behavior
I think originally I had thought it said "no data" rather than "no more data" which is probably why I expected it not to be shown if there were results - I should read the code more carefully :)
I think what I'm after is a "limit" not a "count", but having two similar params might be confusing, so some kind of switch for the behaviour might be better.
If a search returns one or more tweets, but less than "count" option then the noDataDecorator is still displayed.
I've used a test account to tweet the random string "oitjghoirjth" exactly twice so it should only return 2 results.
What happens is you'll see 2 tweets rendered and then "no more data" from the default decorator.
Expected behaviour would be to only show the no data decorator if no tweets are found at all.
The text was updated successfully, but these errors were encountered: