|
09-30-2004, 07:57 AM | #1 |
Green Mole
Join Date: Sep 2004
Posts: 5
|
Phpdig gives me wrong result
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'. P.S : In french the word for 'pilot' is 'pilote'. |
09-30-2004, 10:56 AM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Use <input type='hidden' name='refine' value='0'/> in the HTML form.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
10-01-2004, 12:10 AM | #3 |
Green Mole
Join Date: Sep 2004
Posts: 5
|
It doesn't work !
|
10-01-2004, 12:48 AM | #4 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
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.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
10-01-2004, 01:41 AM | #5 |
Green Mole
Join Date: Sep 2004
Posts: 5
|
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. |
10-01-2004, 01:43 AM | #6 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Just undo whatever change you made to function_phpdig_form.php and then set DISPLAY_DROPDOWN to false in the config file.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
10-01-2004, 02:45 AM | #7 |
Green Mole
Join Date: Sep 2004
Posts: 5
|
Thank you Charter. It works great now ! |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
search results are in the wrong order | wptechno | How-to Forum | 8 | 07-26-2005 09:06 PM |
command line exec() pulls wrong file (php as cgi?) | kzant | Troubleshooting | 2 | 02-01-2005 08:14 AM |
Where am I going wrong? | Warmbells | How-to Forum | 1 | 12-12-2004 09:18 PM |
PhpDig spiders included menu: wrong results | nicor | Troubleshooting | 3 | 03-25-2004 05:58 AM |
Tables missing but it is wrong | jakobyen | Troubleshooting | 2 | 09-26-2003 07:46 PM |