Hi!

Thursday, July 06, 2000, 9:32:28 AM, you wrote:

YB> I had a lot of troubles with this issue.
YB> init.inc diff follows:
YB> ==================
YB> < if ($m == 'and') $DEFAULT_QUERY_TYPE='and';
YB> < if ($m == 'or') $DEFAULT_QUERY_TYPE='or';
YB> ---
>> if (($m == 'and')||($m == 'all')) $DEFAULT_QUERY_TYPE='and';
>> if (($m == 'or')||($m == 'any')) $DEFAULT_QUERY_TYPE='or'; 
YB> ==================

ok, i will incorporate this in next release  (3.4.4) of search.php

Tnank you!

-- 
Regards, Sergey aka gluke.


______________
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]

Reply via email to