Re: [Shr-Devel] New features in opimd queries

2009-08-27 Thread Sebastian Krzyszkowiak
On 8/27/09, Michael 'Mickey' Lauer wrote: > On Thursday 27 August 2009 12:07:09 Sebastian Krzyszkowiak wrote: >> And: >> > The Problem with a timestamp string is: what format does it have? In >> > this >> > case we have to include the format defenition into the API. Then it's a >> > lot easier to

Re: [Shr-Devel] New features in opimd queries

2009-08-27 Thread Michael 'Mickey' Lauer
On Thursday 27 August 2009 12:07:09 Sebastian Krzyszkowiak wrote: > And: > > The Problem with a timestamp string is: what format does it have? In this > > case we have to include the format defenition into the API. Then it's a > > lot easier to use unix-timestamps they are easy to parse and compare

Re: [Shr-Devel] New features in opimd queries

2009-08-27 Thread Thomas Zimmermann
Am Donnerstag 27 August 2009 11:41:42 schrieb Al Johnson: > On Thursday 27 August 2009, Thomas Zimmermann wrote: > > Am Donnerstag 27 August 2009 00:08:44 schrieb Kero van Gelder: > > > > If you set _at_least_one to some non-false value, opimd will switch > > > > into "at least one field" mode. Que

Re: [Shr-Devel] New features in opimd queries

2009-08-27 Thread Al Johnson
On Thursday 27 August 2009, Thomas Zimmermann wrote: > Am Donnerstag 27 August 2009 00:08:44 schrieb Kero van Gelder: > > > If you set _at_least_one to some non-false value, opimd will switch > > > into "at least one field" mode. Query {'Name':'dos', 'Content' : > > > 'Test', '_at_least_one': True}

Re: [Shr-Devel] New features in opimd queries

2009-08-27 Thread Thomas Zimmermann
Am Donnerstag 27 August 2009 00:08:44 schrieb Kero van Gelder: > > If you set _at_least_one to some non-false value, opimd will switch > > into "at least one field" mode. Query {'Name':'dos', 'Content' : > > 'Test', '_at_least_one': True} will return entries with Name = dos > > *or* Content = Test.