Re: Trying to exclude integer field with certain numbers

2008-12-06 Thread Yonik Seeley
On Tue, Dec 2, 2008 at 9:29 PM, Jake Conk <[EMAIL PROTECTED]> wrote: > I am trying to exclude certain records from my search results in my > query by specifying which ones I don't want back but its not working > as expected. Here is my query: > > +message:test AND (-thread_id:123 OR -thread_id:456

Re: Trying to exclude integer field with certain numbers

2008-12-06 Thread Grant Ingersoll
Can you retrieve those thread_ids as is? That is, if you query for thread_id:456 (w/o all the other stuff) what happens? Also, try adding &debugQuery=true to your input parameters. This should give you some more information about how the query was parsed, etc. HTH, Grant On Dec 2, 2008

Trying to exclude integer field with certain numbers

2008-12-02 Thread Jake Conk
Hello, I am trying to exclude certain records from my search results in my query by specifying which ones I don't want back but its not working as expected. Here is my query: +message:test AND (-thread_id:123 OR -thread_id:456 OR -thread_id:789) So basically I just want anything back that has th