But perhaps making use of the top short drop down will be a simple intervention.
- I will investigate
But perhaps making use of the top short drop down will be a simple intervention.
There is a solution I would like you to try;
Search text too short,
Edit this tiddler $:/language/Search/Search/TooShort
Replace with
Too short,
<$button setTitle="$:/temp/search/input" setTo={{{ [{$:/temp/search/input}addsuffix[ ]] }}} tooltip="word search">
{{$:/core/images/advanced-search-button}}
</$button>
Now try and search for @ or @@ and notice the button in the too short message, click it for a word search by adding two spaces which makes it long enough, but still only searches for the one or two character word.
If a tiddler exists with @ or @@ in the title it will be listed at the top
Now we can also create tiddlers containing sysmbols or symbols pairs the either document them or link to an appropriate document tiddler.
We could modify it to pad the search string with spaces up to the min length.