handling case insensitive and regex

2012-02-29 Thread Neil Hart
I'm just starting out...

for either
testing QA
TESTING QA

I can query with the following strings and find my text:
testing
TESTING
testing*

but the following doesn't work.
TESTING*

any ideas?
thanks
Neil


handling case insensitive and regex

2012-03-01 Thread Neil Hart
I'm just starting out...

for either
testing QA
TESTING QA

I can query with the following strings and find my text:
testing
TESTING
testing*

but the following doesn't work.
TESTING*

any ideas?
thanks
Neil