algolia / algolia/algoliasearch-client-python
KeyError: 'facets'
Open
- Dominant language
- Python
- Stars
- 207
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes I get a key error on `facets`, I could not reproduce it. I am wondering if this is something normal and if you know in what condition it could happen ?
```python
results = index.search("", {"facets": "*"})
facets = results['facets'] # <== sometimes the key is not present
```
Contributor guide
Assessment
This issue has not been assessed yet.