Activity Feed: Filter activities by search query
Story
I want to search for a specific message or only show messages from a specific author.
Problems
- How can different fields be searched like user and createdAt
Proposal
- New graphql argument
query - Query language like github.
is:comment author:luke mention:felix after:12-06-24
We will need to have query filtering like this in many places, tasks, inbox, events. It might be worth getting it write the first time.
In activities, cursor is actually the timestamp, so you can filter it simply using "before":
As for the users: i assume it would filter activities with that user set as "origin"? do you need more than one user here? (list activities from multiple users at once) or is a single-selection sufficient?
As for the users: i assume it would filter activities with that user set as "origin"? do you need more than one user here? (list activities from multiple users at once) or is a single-selection sufficient?
I would think just one user is enough but in the future I can imagine that searching could be multiple users and excluding users.
Is this still relevant @Innders ? (it looks like somthing you have already solved for the nex filtering)
Still somewhat relevant, my filtering bar only works if all the data is loaded and cannot search for "new" data.