Trying to use a fields=[...] paramater in pyes .search is failing
Here is a simple test script to illustrate the problem: http://pastebin.com/LiRMC3ib
Using the current release of pyes 0.19.1 this script outputs {} as a result of the
print resultset[0]
However using a previous 'old' unstable 0.19.1 version of pyes which I have - 0.19.1 (unstable) the result of
print resultset[0]
is the expected:
{u'name': u'Joe Tester'}
Using fields in an ES.get call does work.
Anyone else seen this or have some pointers as to what's up?