Has anywone been able to find a workaround for partial wildcard
searches (such as regular expressions or any subword pattern matching
scheme etc)?
Is there a specific application you have in mind for wildcard search?
A database lookup, for example? Perhaps there's a realtime (vs
indexed) workaround.
> > scheme etc)?- Hide quoted text -
>
> - Show quoted text -
I use DOS and Linux and vi and I love the elegance of wildcarding for
zero, one, and more characters, but this functionality usually goes
beyond ordinary users.
Wouldn't it make the most sense to train your users to spell instead
of how to compensate for misspellings? Can you give more insight as
to the content and how it is formatted?
Also, are you aware that the GSA's spell checker intelligently learns
new jargon from the indexed content? The GSA I administer suggests my
name when I misspell it, for example.
As far as spelling goes, the document repository is healthcare content
so it contains a lot of medical terms (such as leiomyomatosis and von
Hippel-Lindau disease) and medical drug names. It's tough to teach
the users to spell such terms unless you send them to medical
school :)
The DYM feature of Google can help, but is still no substitute for
wildcard search.
> > > - Show quoted text -- Hide quoted text -
Since you've already selected the GSA, one way to accomplish this
would be to create a separate index containing a list of those
difficult-to-spell words, using a tool that supports wildcards. Then,
create a OneBox module that checks each query for wildcard characters,
and if it finds any, throws the term over the fence to see if there
are any hits. You would then display any hits that come back as links
to a GSA query on the exact spelling.