PDA

View Full Version : Phpdig gives me wrong result


Fabrice
09-30-2004, 06:57 AM
Hello,

I use phpdig on my website and i've got a problem :

When I search 'pilot' it gives me no result and ask if I meant 'pilote'. I click on this word and it gives me 58 pages. If I search directly 'pilote' it gives me no result and ask if I meant 'copilote'. :squint:


P.S : In french the word for 'pilot' is 'pilote'.

Charter
09-30-2004, 09:56 AM
Use <input type='hidden' name='refine' value='0'/> in the HTML form.

Fabrice
09-30-2004, 11:10 PM
It doesn't work ! :cry:

Charter
09-30-2004, 11:48 PM
Sure it does. Look at your HTML and see that <input type='hidden' name='refine' value='1'/> is still in the form, so your can (a) use <input type='hidden' name='refine' value='0'/> in the form or (b) set DISPLAY_DROPDOWN to false in the config file. Taking the <phpdig:form_dropdown/> tag out of a template is not enough to be rid of the dropdown effects.

Fabrice
10-01-2004, 12:41 AM
:banana: :banana: :banana: :banana: :banana:
:yes: that's ok the 'input' was in the 'function_phpdig_form.php'

Is there a way to make the 'select site' dropdown list invisible now ?

thanks a lot.

Charter
10-01-2004, 12:43 AM
Just undo whatever change you made to function_phpdig_form.php and then set DISPLAY_DROPDOWN to false in the config file.

Fabrice
10-01-2004, 01:45 AM
;)
Thank you Charter.

It works great now !