PDA

View Full Version : Customising search page


dandelion
19-Nov-2003, 02:14 PM
Hi

I am trying to provide a search facility which does not use the 'search words' field, but just uses the custom properties.

If I comment out the 'search words' and 'by price' fields in Act_SearchTemplate.html, the search page displays fine with populated dropdowns for my custom properties, but when a search is submitted, I get an error message saying 'missing text search join mode'

Does anybody know a workaround to this?

Thanks

cdicken
20-Nov-2003, 03:29 PM
Include the line

<input type=HIDDEN name="TB" value="A">

into your search HTML. That should do it.

dandelion
21-Nov-2003, 08:47 AM
Thanks Chris, will give it a go.