Wolfgang Pichler wrote:
i am not sure how to tackle this problem :
search.inc, ccl2rpn() :
QUERY $query="bge_aut_1 = ( Bachmann Rüdiger )"
will be resolved by yaz_ccl_parse to
RPN $rpn=( errorcode -> 0 rpn -> @attr 6=1 @attr 5=100 @attr 4=1 @attr
3=3 @attr 2=3 @attr 1=1004 Bachmann\ Rüdiger )
sorry - the slash seems to be ok for yaz implementation of php !
there ARE oddities on those (note: plural :-) german servers with phrase
searching
bachmann#rüdiger will work out as an ordianary phrase search with no
truncation would behave as expected !
this t=101 behaviour is inferred although the z3950-profile says 5=100
[:]-(
bachmann, rüdiger will also work out as expected -> the pharase search
is NOT ignoring special characters :-(
sorry for the paranoia ...
l.g.
w.
|