Author: Filip Sergeys
Email: [EMAIL PROTECTED]
Message:
Brackets seem to cause a problem:

search on : winter not timber
returns : 150 results

search on : winter not (timber)
returns : 2 result => the same of just search on : timber

On the other hand I found this also interesting:
In debug mode:
Begin ParseQ(): q= winter not (timber or tracks)
Begin ParseStr(): qwe= winter not (timber or tracks)
End ParseStr(): qwe=winter&(timber|tracks)
                         ^^^^
I think this should be qwe=winter&~(timber|tracks)
                               ^^^^^^
I don't know if this has anything to do with the brackets. I can't exactly figure out 
in the parse.inc script where ~ is removed.

Can anybody give his comments on this?

Greetings
Filip


Reply: <http://search.mnogo.ru/board/message.php?id=1380>

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

Reply via email to