[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SO Reports bug in 1.2.X



On Tue, Mar 2, 2010 at 9:43 AM, John Locke <..hidden..> wrote:
> Not to make more work, but what I'd like to see is mention of a wildcard
> character, and document it.
>
> If the wildcard character is in the box, make it a LIKE query and
> observe the setting on the open/closed boxes.
>
> If there's no wildcard, make it a case-insensitive match on the entire
> string.

Ok.  So we want more documentation of this feature in the manual.  No problem.

Actually, what it does, is use ILIKE, so it is case insensitive in
either case, and accepts standard SQL wildcards.

Does that sound about right?

Best Wishes,
Chris Travers