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

Search human readable names for property definitions #26923

Open
thmsobrmlr opened this issue Dec 16, 2024 · 0 comments
Open

Search human readable names for property definitions #26923

thmsobrmlr opened this issue Dec 16, 2024 · 0 comments

Comments

@thmsobrmlr
Copy link
Contributor

When searching for an event property, we only consider the actual property name e.g. "$prev_pageview_duration" and not the human readable one e.g. "Previous pageview duration". In the example this leads to unexpected behaviour where the search doesn't show anything for anything more than "Prev".

Brief investigation shows that we handle the search backend side. There we only have the actual property names and the human readable ones are added in frontend side. We'd need to add them backend side an adapt the search accordingly.

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

No branches or pull requests

1 participant