On Thu, 24 May 2001, Erik Enge wrote:

> This query works:
> 
>       wil?car*
> 
> This doesn't:
> 
>       (wil?car* or something else) and (word1 and word2)

If the first works, then you are using a globbing vocabulary.  The second
one should work, but maybe there is a bug.  Or perhaps your search
criteria is so strict that you are getting no results.

> I can't see that the query-parsers in UnTextIndex.py transforms them
> differently, but I might be missing something obvious.

There's _nothing_ obvious in that particular chunk of code.

-Michel


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to