Dick Hollenbeck wrote:
>
> Logical ANDs and ORs might be more useful, possibly with wildcards i.e.
> '*', at the front or back end of a keyword. My knee jerk reaction is to
> duplicate something that a user might be able to do at the google search
> text field.
I was thinking along the same lines of your classic web bases search
where you enter some key words and select and/or, case, full word, etc.
and translate that to a regular expression as required to perform the
actual search. Exposing regular expressions is probably not what the
typical user is going to comfortable using. Although it might be a nice
advanced option for users who know how to use them.