Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entire history for when input is a list of users #10

Open
ygalanter opened this issue Nov 15, 2024 · 2 comments
Open

Entire history for when input is a list of users #10

ygalanter opened this issue Nov 15, 2024 · 2 comments

Comments

@ygalanter
Copy link

Currently if the input is an individual user - the feed takes into account its entire history. But if it's a list of users - it limits it to 7 days max. Would it be possible to get entire history for the list of users?

@someonenameguy
Copy link

Hi, unfortunately I don't keep reposts in memory so there's no efficient way to retrieve them for multiple users at once yet. So for the near future, reposts will continue to be only available via the "Single User" input block and for a small number of users per feed. If there's enough interest I might add repost-specific features to the query engine and implement them in an efficient way

Originally posted by @redsolver in #3 (comment)

@ygalanter
Copy link
Author

So in my scenario I filter input by several different separate conditions - separation made possible by stash/pop feature. When the input defined in a single block - that works fine - I just repeat the same input block for each stashed/popped condition. But when I have multiple inputs - individual users, I can't do the same repetition, I hit the block limit. I can collect all individual users in a list, and use list as input, but this loses the ability to query entire users history, limits it to 7 days max.

It would be great if list of users input could have the same history as multiple blocks of individual users. For efficiency the input might limit number of users in the list, e.g. if it's > 20 - entire history isn't available for such list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants