Re: search term parsing like Google/Gmail

2009-09-10 Thread Robert Kern
On 2009-09-09 16:37 PM, Randy Syring wrote: I am looking for a string parser that works kind of like Google's or Gmail's advanced search capabilities. So it would turn something like this: (subject:"hi there" from:[tim, tom, -fred]) or (subject:foobar from:sam) into a python structure that

Re: search term parsing like Google/Gmail

2009-09-09 Thread Daniel Fetchinson
> I am looking for a string parser that works kind of like Google's or > Gmail's advanced search capabilities. So it would turn something like this: > > (subject:"hi there" from:[tim, tom, -fred]) or (subject:foobar from:sam) > > into a python structure that could be used. I don't really care

search term parsing like Google/Gmail

2009-09-09 Thread Randy Syring
I am looking for a string parser that works kind of like Google's or Gmail's advanced search capabilities. So it would turn something like this: (subject:"hi there" from:[tim, tom, -fred]) or (subject:foobar from:sam) into a python structure that could be used. I don't really care so much