Open GoogleCodeExporter opened 9 years ago
KEYWORD fields also fail to match if the first character is a digit. :(
(indexed an object: {'bar':'z1234', 'baz':'1234z'} )
>>> res, cnt = a.query_index('bar:z1234', bucket='foo'); print cnt
1
>>> res, cnt = a.query_index('baz:1234z', bucket='foo'); print cnt
0
Original comment by aris...@gmail.com
on 3 Feb 2009 at 2:19
Original issue reported on code.google.com by
aris...@gmail.com
on 2 Feb 2009 at 7:27