[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Lumping searchspecs and search_fields
> I tried that but it just wants to use the whole value
> as one term. Like it searches for "Honda Civic 90" in
> the field called "make model year" instead of
> searching for "Honda" in the field "make" and "Civic"
> in the field "model" etc.
What you want to do is fairly complicated under 4.8 .Take a look at the
message below, which contains the information required.
http://www.icdevgroup.org/pipermail/interchange-users/2002-September/025939.
html
You basically have to take the search type, search field, and search
spec lists, split them apart, and rebuild the search. The message above
will give you a general understanding as to what data structures contain
that information and how to access them.
Jeff