Searching on abbreviations and anagrams
Is there any chance that uppercase abbreviations and anagrams of less than 3 letters can be allowed in search strings?
If I'd like to search on "C " or "OS", I'm not allowed at present as it's under the minimum word length. E.g. the string "OS" could be allowed but "os" (which might bring up "dos", "dross" and "fossil") could be disallowed.
My guess is that it is probably not possible as the search string is concatenated in the URL right? And URLs aren't case sensitive.
It's not a big deal anyhow.
Thanks, Bert.
|