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

Activity Feed: Filter activities by search query #240

Open
Innders opened this issue Jun 12, 2024 · 4 comments
Open

Activity Feed: Filter activities by search query #240

Innders opened this issue Jun 12, 2024 · 4 comments
Assignees
Labels
epic A large feature set consisting of multiple issues and PRs (issues only)

Comments

@Innders
Copy link
Member

Innders commented Jun 12, 2024

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.

@Innders 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
@martastain
Copy link
Member

In activities, cursor is actually the timestamp, so you can filter it simply using "before":
image

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?

@Innders
Copy link
Member Author

Innders commented Jun 17, 2024

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.

@dee-ynput
Copy link

Is this still relevant @Innders ?
(it looks like somthing you have already solved for the nex filtering)

@Innders
Copy link
Member Author

Innders commented Oct 30, 2024

Still somewhat relevant, my filtering bar only works if all the data is loaded and cannot search for "new" data.

@martastain martastain removed the type: feature Adding something new and exciting to the product label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic A large feature set consisting of multiple issues and PRs (issues only)
Projects
None yet
Development

No branches or pull requests

3 participants