[ic] Coordinated Search Problem

Mathew Jones matt@booksellersolutions.com
Thu, 21 Dec 2000 16:06:10 -0800


This is a 'snippet' of my form. All my form is correct, I have tried this a
variety of ways using both search maps, and as below. Nowhere in the
documentation does it mention searching multiple fields from one dropdown menu,
or text box. If this is  impossible, then all I need is for someone to say so ,
allowing me to spend time on other things.

Thanks

Mat

John Beima wrote:

> The reason this isn't working is simple... Your form is wrong. Try looking at
> the documentation again. It is in there how to do this.
>
> John beima
>
> Quoting Mathew Jones <matt@booksellersolutions.com>:
>
> > Based on a previous mailing list response by Mike to a similar question
> > regarding coordinated searches, I tried this code below.
> > If only a category value is submitted the returned result are matched
> > from all fields in DB not just category fields.
> > Am I  missing something simple?
> > Maybe you have a suggestion Mike?
> >
> > Thanks
> >
> > Mat
> >
> > <input type=hidden name="st" value="sql">
> > <input type=hidden name="co" value="1">
> >
> > <input type=hidden name="sf" value="author">
> > <input type=text name="se" value="">
> > <input type=hidden name="sf" value="title">
> > <input type=text name="se" value="">
> > <input type=hidden name="sf" value=":category1:category2:category3">
> > <select name="se">
> > <option>Art
> > <option>Fiction
> > </select>
> >
> >
> > _______________________________________________
> > Interchange-users mailing list
> > Interchange-users@lists.akopia.com
> > http://lists.akopia.com/mailman/listinfo/interchange-users
> >
>
> John Beima
> jbeima@palb.com
>
> P.A.L.B. Systems - Phone: (780)451-1086 - Fax: (780)447-4760
> 11639-122 Street, Edmonton, Alberta, Canada, T5M 0B6
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users