Subject | Re: [IBO] Problems with searching and filtering |
---|---|
Author | Antti Kurenniemi |
Post date | 2007-03-23T04:49Z |
[snip]
IBO does it differently.
[snip]
Antti Kurenniemi
>> Searching for "adag" will correctly find "Adagio andI don't understand why. This works as expected with FIBPlus and UIB, only
>> Sons", but if you enter "adagio" as the search criteria,
>> it will stop at "Ad-Astra Corporation" which is wrong.
>
> There isn't anything more I can do about the sorting
> problem.
IBO does it differently.
[snip]
>> Invalid syntax: extra or missing parenthesis:That's great.
>> (
>> id in ( select, customerid, from, custtoclass,
>> where, classid, in, (, 1, 2 )
>> )
>> )
>>
> I am working on a new sub-release and this issue will be resolved.
> For the time being, as a workaround preface a direct SQL filterThanks, I'll give it a go - I hadn't noticed that possibility at all.
> with ::SQL:: (see help file for exact syntax) and you can avoid
> IBO doing any parsing of the filter itself. It will just patch in your
> filter as direct SQL in the WHERE clause.
Antti Kurenniemi