Ivan Horvath wrote:
Dear Martijn,

thank you for your answer.

the query.Text (TextIndex) search is working now
but i miss the "query.NotText" - i mean to search for NOT a value
how this could be possible?

I'm not sure whether the text index actually supports this behavior; hurry.query doesn't...

I would strongly suggest considering doing what I said in my original mail: not treating this as a text indexing issue but instead splitting up your fields in multiple field indexes. You can still generate whatever gets indexed by those field indexes from the original text, as long as it follows a regular pattern.

Regards,

Martijn
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to