Searching for a tag with no separating space causes an Error
BobyStar
When searching worlds for a tag like with
#term
it reports this error has occurred:: searchTerm is less than minimum string length˸ ''
It is expected that typing
#term
would pull up results with that tag or related.A workaround exists by adding a space between
#
and the term: # term
.Log In
BobyStar
It appears that also searching with
tag:term
has the same effect and issue.