[FX.php List] Using '=='.$val) for query instead of $val,eq)

Gjermund Gusland Thorsen ggt667 at gmail.com
Tue Oct 17 03:48:36 MDT 2006


This should have to do with the indexing in FileMaker,
if you sort by Dutch or English or Unicode or whatever...

It should not an FX.php issue

Gjermund

On 10/17/06, Joel Shapiro <jsfmp at earthlink.net> wrote:
> Hi all
>
> (today's my ask FX.php list questions day ;)
>
> In a query, I want to prevent "van" from finding "van dyke" (so that
> a user must enter "van dyke").
>
> The best way I've found to do this is:
> $pers->AddDBParam('NameLast','=='.$lname);
>
> since
> $pers->AddDBParam('NameLast',$lname,eq);
> doesn't restrict my query the way I need.
>
> Is this kosher?  Any comments?
>
> TIA,
> -Joel
>
>
> Joel Shapiro - FileMaker Pro Database Design
> ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
> joelshapiro at jsfmp dot com
> http://www.jsfmp.com
> 415-269-5055
>
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>


More information about the FX.php_List mailing list