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
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.
The text was updated successfully, but these errors were encountered:
Innders
added
epic
A large feature set consisting of multiple issues and PRs (issues only)
type: feature
Adding something new and exciting to the product
labels
Jun 12, 2024
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.
Story
I want to search for a specific message or only show messages from a specific author.
Problems
Proposal
query
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.
The text was updated successfully, but these errors were encountered: