08/23/2014 at 11:44 am
#301716
Keymaster
@ roy
I was able to add a workaround that will return results with 2 and 3 character searches. There is a caveat though… the workaround involves the search searching for terms that begin with those characters. Example…
If I searched for joy
, I would get no results. Now I will, but results would include any term found that begins with joy
, like Joyce
. But if you were to search for Joy Longword
only Joy Longword
would be shown as a result. The actual query still drops Joy
and only actually searches for Longword
.
Another enhancement is that the results are sorted by relevance as determined by the database (unless the search is only for a small word such as joy
).
I hope that becomes helpful.