Re: Filter Query with multiple values

2009-05-06 Thread Stephane Bailliez
Sweet, thanks Erik ! On Wed, May 6, 2009 at 6:01 PM, Erik Hatcher wrote: > > On May 6, 2009, at 11:38 AM, Stephane Bailliez wrote: > > Hello, >> >> I cannot seem to find a way with the syntax to express multiple values for >> a >> filter query. >> >> I have documents with field 'type' : a, b,

Re: Filter Query with multiple values

2009-05-06 Thread Erik Hatcher
On May 6, 2009, at 11:38 AM, Stephane Bailliez wrote: Hello, I cannot seem to find a way with the syntax to express multiple values for a filter query. I have documents with field 'type' : a, b, c, d and I'd like to only search within documents a and b. One way to do it would be to wo