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

Searching for $task message doesn't work #836

Open
KirillOsenkov opened this issue Nov 18, 2024 · 0 comments
Open

Searching for $task message doesn't work #836

KirillOsenkov opened this issue Nov 18, 2024 · 0 comments

Comments

@KirillOsenkov
Copy link
Owner

This is because for Message tasks we append the text of the message, so the string is actually "Message: text bla bla", and since that compound string is not interned, the SearchIndex doesn't find it

Probably need to keep the strings Message and text separated and combine them in the UI (would be wasteful to intern all texts)

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