django-seeker
django-seeker copied to clipboard
A python package for indexing, mapping, and querying/faceting Django models in Elasticsearch
Enables tiered sorting. User can add and remove fields from sort, and change direction between ascending and descending within the sort. Sort rank is indicated numerically in the column header....
[+] checking dependencies... traceback (most recent call last): file "./seeker.py" line 32 in import requests modulenotfounderror: no module named 'requests
The template tag `seeker.templatetags.seeker.seeker_pager` does not check the upper boundary on parameter `page`. If `page` is greater than `paginator.num_pages`, an EmptyPage exception is raised. This can be replicated with a...
I'm getting read timeout errors while using the reindex management command sometimes. I thought it would be useful to be able to override the default ES value of 10 ms.
value for old seeker always comes in as a list, please merge this bug fix into 6.0 as well.
Only ignore a key if all it's data is empty. In the case of range filter, we need to know which value we are filtering on (the greater than or...
Previously seeker would show last page even if clicking on that page would result in a TransportError, now the behavior has changed that if the result set is larger than...