Announcement

Collapse
No announcement yet.

search issues

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    search issues

    hi all

    i am having problems with search. when you try search on the following page (http://www.beddingcentres.co.uk/acatalog/home_page.html) you get the following message:

    "missing text serach join mode. specify AND or OR"
    "AND" has been specified in the searchable properties and my custom search file looks like this:

    1
    Section!SX
    Price!PR
    And
    Text!SS!TB
    And
    Text Property!S_Size1_0
    And
    have tried following the instructions in the manual and have looked on here but nothing seems to work. please can you help?
    http://www.beddingcentres.co.uk
    memory foam mattresses and discounted beds. free next day delivery on everything over £100

    http://www.mrmattress.co.uk

    #2
    Have you made any changed to the search templates?

    If so I would compare your code to the original to see if you can spot where your coding is in error?

    Comment


      #3
      no all the search templates have not been touched
      http://www.beddingcentres.co.uk
      memory foam mattresses and discounted beds. free next day delivery on everything over £100

      http://www.mrmattress.co.uk

      Comment


        #4
        It looks to me as if you have customised the search as you have a feature search box on the front page allowing search by bed sze, this doesn't tally with the store sections which appear to be via manufacturer.

        This is your custom code as generated, I would compare the code in your template to the original code in Act_Search Template

        Code:
        <FORM METHOD=GET ACTION="http://www.beddingcentres.co.uk/cgi-bin/ss000104.pl" ><Actinic:NOWSERVING/><Actinic:CURRACCOUNT/><Actinic:LOGOUT_SIMPLE/></p><div align="right"><input type=HIDDEN name="PAGE" value="SEARCH"><input name="SS" type=TEXT value="Type Keywords Here" size=30 maxsize=255><br><p><select name="select" size="1"><option value="-1">Any </option><option value="0">&pound;0.00 - &pound;10.00 </option><option value="1">&pound;10.01 - &pound;20.00 </option><option value="2">&pound;20.01 - &pound;40.00 </option><option value="3">&pound;40.01 - &pound;100.00 </option><option value="4">&pound;100.01+ </option></select></p></div><p align="right"><input type="submit" name="ACTION" value="Search" /> <SELECT SIZE="1" NAME="S&#95;Size1&#95;0"> <OPTION VALUE="W120 x L190cm">W120 x L190cm<OPTION VALUE="W135 x L190cm">W135 x L190cm<OPTION VALUE="W150 x L200cm">W150 x L200cm<OPTION VALUE="W180 x L200cm">W180 x L200cm<OPTION VALUE="W90 x L190cm">W90 x L190cm<option selected="selected">Bed Size</option></SELECT><INPUT TYPE="HIDDEN" NAME="GB" VALUE="1"></FORM>

        Comment

        Working...
        X