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 Library track search queries #8756

Closed
ackernaut opened this issue Aug 30, 2023 · 2 comments · Fixed by #9235
Closed

Activity Library track search queries #8756

ackernaut opened this issue Aug 30, 2023 · 2 comments · Fixed by #9235
Assignees

Comments

@ackernaut
Copy link
Member

ackernaut commented Aug 30, 2023

Background

It could be useful to know what folks are searching for in the Activity Library:

  • Are they finding what they’re looking for? How often does a query yield no results?
  • What words do they use to describe what they’re looking for? Are we labeling things well?
  • What activities might they expect to be in the product that are not there?

Here’s an example from today (Wed Aug 30 2023). I typed ‘sprint poker’ and got no results 👻 but when I typed ‘poker’ I got many results if not all activities from the Estimation category.

Acceptance criteria

  • Developed a spec for a first version of search tracking
  • Picked what’s in, what’s out, and what’s deferred to a later version

Estimated effort

  • 8 hours
@mwermuth
Copy link
Contributor

Hey @ackernaut - @tianrunhe had a good point when we looked at that during Backlog grooming.

Tracking the pure search queries isn't really helpful from a data perspective, as there can be any kind of input. But rather maybe save all the search results in PG or any other data storage. So that we can look and search that if we wanted to.

Any thoughts on this?

@tianrunhe
Copy link
Contributor

My point was mainly from data architecture perspective: searchQuery is not a good column to key on because its cardinality is too high. But I guess we won't index on that column, will we? So I think we can just emit to Amplitude like other metrics we have.

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

Successfully merging a pull request may close this issue.

3 participants