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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: