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

Re: [ic] coordinated searches with ignore case.


On 01/21/2006 04:12 PM, maillists wrote:
Hi,

I can't seem to get a coordinated search to work with ignoring case.

I have tried many variations of the following and I can't seem to
get it to work:

[loop
  prefix=test_select
  list_prefix=test_select_list
  search="
  fi=testdb
  st=db
  co=1
  sf=fieldtosearch
  se=[value testvariable]
  op=eq
  cs=0
  sf=pending
  se=0
  op=eq
  cs=0
  sf=inactive
  se=0
  op=eq
  cs=0
"]

You've got it backwards, cs=1 makes the search case sensitive, cs=0 is for a case-insensitive search and is the default. If you just leave the cs lines out of your search alltogether it will pretty much do what you want.

Peter
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.