Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

cilent query function not working properly #97

@fivejjs

Description

@fivejjs

I am running the samples with aminials index and traits frame

response = client.query(captivity.gt(100))
print(response.result.bitmap.bits)

result is empty list

[]

But I can query with requests:

import requests
sess = requests.Session()
resp = sess.post('http://localhost:10101/index/animals/query', data="Range(frame='traits', captivity > 100)")

## resp.json()
# {'results': [{'attrs': {}, 'bits': [2, 4, 5, 8, 11, 12]}]}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions