If this proposal ends up in Kagi, some means of escaping the @-character would be useful.
Examples:
\@w
should literally search for @w
.
- Searches like
user@domain
should not trigger this system.
Searches should behave like normal and not trigger this system unless the query matches something similar to the following regular expression (note the requirement of a space):
^.+ @[a-zA-Z0-9]+$
Edits: Trying to get the text formatting right.