Hi, there!
It would be nice to preserve old v2 meanings for $m variable,so
$m=or and $m=all would produce the same result as well as $m=and and
$m=any.
I had a lot of troubles with this issue.
init.inc diff follows:
==================
< if ($m == 'and') $DEFAULT_QUERY_TYPE='and';
< if ($m == 'or') $DEFAULT_QUERY_TYPE='or';
---
> if (($m == 'and')||($m == 'all')) $DEFAULT_QUERY_TYPE='and';
> if (($m == 'or')||($m == 'any')) $DEFAULT_QUERY_TYPE='or'; 
==================
-- 
WBR, Yury Bokhoncovich,
SysAdmin at FIS.
voice call: +7 (3832) 119727 pager: +7 (3832) 186555/61621
mailto: [EMAIL PROTECTED]            visit us: http://www.fis.ru/
______________
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]

Reply via email to