 |

asifkilwani
Novice
Dec 21, 2002, 11:12 AM
Post #1 of 5
(1813 views)
Shortcut
|
|
search for all values in EACH drop down
|
Can't Post
|
|
I'm using Auto Manager Currently in my listing editor i've 3 dropdowns 1. Trucks 2. Equipments 3. Trailers I'm unable to search for all values contained in Trucks or Equipments or Trailers. E.g. Trucks contain 5 values <select name="lfield3_match"> <option value="">All Trucks</option> <option value="Freightliner">Freightliner</option> <option value="Ford">Ford</option> <option value="GMC">GMC</option> <option value="Sterlino">Sterlino</option> <option value="Volvo">Volvo</option> </select> When I select "All Trucks", the result shows all the listings of TRUCKS, EQUIPMENTS & TRAILERS. While I'm just looking for All Trucks Listing only. Hope i'm much cleared with my problem. Please advice me to fix this problem. thanks, asif kilwani
|
|
|  |
 |

asifkilwani
Novice
Dec 22, 2002, 10:00 PM
Post #2 of 5
(1804 views)
Shortcut
|
|
Re: [asifkilwani] search for all values in EACH drop down
[In reply to]
|
Can't Post
|
|
Also, I'm not sure if i've setup the listing editor fields correctly. Field1 contains: Trucks (, Freightliner, Ford, GMC, Sterlino, Volvo) Field2: Equipments (, Equip1, Equip2, Equip3) Field3: Trailers (, Trailer1, Trailer2, Trailer3) _search_query.html: <input type=text name=_lfield1_match value=""> (if i leave this field blank it return listings of not only of Field1 but also of Field2, Field3) Seems to be a bug
|
|
|  |
 |

RobK_itools
Staff

Dec 23, 2002, 1:21 PM
Post #3 of 5
(1790 views)
Shortcut
|
|
Re: [asifkilwani] search for all values in EACH drop down
[In reply to]
|
Can't Post
|
|
Hi Asif, Thanks for the posting! I took a look at the code you have given. You may want to try splitting up your searches by creating a page for searching equipment, one for trucks, and one for trailers. Also you must search the correct fields, so if trucks is in listing field #3 then your search must be searching _lfield3. So here is an example of my search for trucks: Now i'm using listing field #3 as an example but you can change this to match your field number. <td><font face="arial" size=2>Trucks</font></td> <td> <select name="lfield3_match"> <option>Freightliner <option>Ford <option>GMC <option>Sterlino <option>Volvo </select> </td> Your Field Setup looks okay to me. Use the above example as a reference and if you are still having trouble, then drop us an email and we can take a closer look. The url for emailing support is: http://www.interactivetools.com/support/email_support.cgi Let me know how it goes. Cheers, Rob interactivetools.com
(This post was edited by Cosmo on Dec 23, 2002, 1:55 PM)
|
|
|  |
 |

asifkilwani
Novice
Dec 25, 2002, 9:19 PM
Post #4 of 5
(1779 views)
Shortcut
|
|
Re: [Cosmo] search for all values in EACH drop down
[In reply to]
|
Can't Post
|
|
you have skipped the "All" option <select name="lfield3_match"> <option value=""> <option>Freightliner <option>Ford <option>GMC <option>Sterlino <option>Volvo </select>
|
|
|  |
 |

Benjamin
Staff

Dec 27, 2002, 2:28 PM
Post #5 of 5
(1756 views)
Shortcut
|
|
Re: [asifkilwani] search for all values in EACH drop down
[In reply to]
|
Can't Post
|
|
Hi Asif, I just replied to you via email. I won't post the contents here, since they're pretty specific to your case and wouldn't be of much use to others. If you have any further questions / problems, just email or post! Ben interactivetools.com
|
|
|  |
|