ayon-backend
ayon-backend copied to clipboard
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.