2
Indiquez l’intérêt que vous portez à cette question
0

How to activate the search engine from the admin ?

Hi,
I’m going off my head here - I’ve checked out the "Configuration" tab a million times but I can’t seem to find where to activate the search engine ( Iread somewhere that it has be to activated from the admin) which may be why my search forms not working.... Just incase here’s the code I have :

<form class="search" action="[(#ENV{action})]" method="get">
                <fieldset>
	               [(#ENV{action}|form_hidden)]
	               [<input type="hidden" name="lang" value="(#ENV{lang})" />]
	             <label for="recherche"><:info_rechercher_02:></label></br> 
	             <input type="text" class="box"  size="10" name="recherche" id="recherche"[ value="(#ENV{recherche})"] accesskey="4" />
	<button type="submit" class="btn" value="&gt;&gt;" title="<:info_rechercher:>" ></button>
               </fieldset>
                </form>

When I enter a keyword or phase - I just get returned to the homepage .. :(

I have a recherche.html file in my template folder ( /squelettes).

Could someone pleeeeeease help me out.

Kind Wishes
I’m using SPIP 2.0.9