<br><br><div><span class="gmail_quote">On 3/28/07, <b class="gmail_sendername">FB</b> &lt;<a href="mailto:fbo2@gmx.net">fbo2@gmx.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>On Wed, Mar 28, 2007 at 03:55:28PM +0000, Alek Kowalczyk wrote:<br>&gt; Hi,Is FieldIndex able to index bool field? If not, how to create own<br>&gt; index for doing that?<br>&gt;<br>&gt; anomalies = catalog.searchResults
(anomaly=True)<br><br>Try<br><br> catalog.searchResults(anomaly=(True,True))<br><br>BTW: The error is raised because the fieldindex tries to interpret &#39;True&#39;<br>as a tuple.</blockquote><div><br>Thanks! I didn&#39;t think that the solution is so simple. 
<br><br><br></div></div>