On Tue, Mar 2, 2010 at 9:43 AM, John Locke <[email protected]> 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 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
