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
Most likely not helpful, since the behavior is invisible in the logs.
NB: There are warnings generated by some emoji:
21:33:36 [debg:albert] 22 ms spent loading plugin 'python.emoji'
21:33:36 [debg:albert] 0 ms spent instanciating plugin 'python.emoji'
21:33:36 [warn:albert] Skipping index entry '✨'. Tokenization of '*' yields empty set.
21:33:36 [warn:albert] Skipping index entry '➕'. Tokenization of '+' yields empty set.
21:33:36 [warn:albert] Skipping index entry '➖'. Tokenization of '-' yields empty set.
21:33:36 [warn:albert] Skipping index entry '‼️'. Tokenization of '!!' yields empty set.
21:33:36 [warn:albert] Skipping index entry '⁉️'. Tokenization of '!?' yields empty set.
21:33:36 [warn:albert] Skipping index entry '⁉️'. Tokenization of '?' yields empty set.
21:33:36 [warn:albert] Skipping index entry '❓'. Tokenization of '?' yields empty set.
21:33:36 [warn:albert] Skipping index entry '❔'. Tokenization of '?' yields empty set.
21:33:36 [warn:albert] Skipping index entry '❕'. Tokenization of '!' yields empty set.
21:33:36 [warn:albert] Skipping index entry '❗'. Tokenization of '!' yields empty set.
21:33:36 [warn:albert] Skipping index entry '✳️'. Tokenization of '*' yields empty set.
21:33:36 [warn:albert] Skipping index entry '✴️'. Tokenization of '*' yields empty set.
21:33:36 [warn:albert] Skipping index entry '❇️'. Tokenization of '*' yields empty set.
Current Behavior
Emojis are always searched when a query is entered
Expected Behavior
Emoji search is only triggered if the query starts with : as is configured (Global trigger), like so:
Expected results:
Anything else?
If the un-triggered behavior is intentional, I would still welcome a configuration option.
I can make a PR if the change is welcome.
The text was updated successfully, but these errors were encountered:
Package source
github, current main @ e4af117f
App logs
Current Behavior
Emojis are always searched when a query is entered
Expected Behavior
Emoji search is only triggered if the query starts with
:
as is configured (Global trigger), like so:Expected results:
Anything else?
If the un-triggered behavior is intentional, I would still welcome a configuration option.
I can make a PR if the change is welcome.
The text was updated successfully, but these errors were encountered: