-
-
Notifications
You must be signed in to change notification settings - Fork 162
Can't search tags starting with # #566
Copy link
Copy link
Open
Labels
bugA bug! Fixing it is a priorityA bug! Fixing it is a prioritysecondaryTrivial or impactful, this feature is NOT a priorityTrivial or impactful, this feature is NOT a priority
Metadata
Metadata
Assignees
Labels
bugA bug! Fixing it is a priorityA bug! Fixing it is a prioritysecondaryTrivial or impactful, this feature is NOT a priorityTrivial or impactful, this feature is NOT a priority
It is not possibile to add text such as
#financeto a note and use it as a tag.how To Reproduce
#category#categoryin the search barcategorywill appear as resultsThe same applies to ?, !, ^, /, and so on.
Allowing
#to be used in the search bar would make for an intuitive tag system for notes.Using emojis as tags, like
🪙savingsworks as expected, but most users will try#savingsand give up because it does not work.There is probably a function that sanitizes query input, removing
#. Find and remove it.Technical information