django-elasticsearch-dsl-drf icon indicating copy to clipboard operation
django-elasticsearch-dsl-drf copied to clipboard

Integrate Elasticsearch DSL with Django REST framework.

Results 67 django-elasticsearch-dsl-drf issues
Sort by recently updated
recently updated
newest added

Hi, is it possible to get all publishers within the specific geo distance like below AND also return publishers who are not in that radius and have the name=john? http://localhost:8000/search/publishers/?location__geo_distance=100000km__12.04__-63.93...

question

Hi, I have a document/index 'companies' which contains multiple `annual_accounts` entities which contain multiple `fields` and a `closing_year`. Each `fields` has a `value` and a `code`. I want to retrieve...

question

**Is your feature request related to a problem? Please describe.** Make perfect schemas with all the options. **Describe the solution you'd like** ...so that all query choices become obvious.

enhancement
help appreciated

Implement aggregations backend (rethink faceted search backend).

enhancement
help appreciated

**Is your feature request related to a problem? Please describe.** Test against Django 4.0, 4.1 and Python 3.10 **Describe the solution you'd like** Tests pass on Django 4.0, 4.1 and...

enhancement

We want to be able to return the exact number of matches from an elasticsearch query. Currently if the number of hits exceed 10000, then hits.total.value contains 10000. We understand...

enhancement
work in progress

Hi! I have made a search engine for my django backend using plain django filtering but I would like to boost it using ElasticSearch and here I found myself. I...

question

I have a parent-child join field in my index and I am trying to use django-elasticsearch-dsl-drf for filtering through it. I referred to the parent-child [example](https://github.com/elastic/elasticsearch-dsl-py/blob/master/examples/parent_child.py) from elasticsearch_dsl, but I...

enhancement
help appreciated

**Describe the bug** _type parameter is deprecated in `MoreLikeThis` query in the latest version of ES. I get the following deprecation warning after I query at `more_like_this` endpoint ``` {...

Implement [search_as_you_type](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters.html) field. Links: - [elastic/elasticsearch-dsl-py](https://github.com/elastic/elasticsearch-dsl-py/blob/master/elasticsearch_dsl/field.py#L301) - [elastic.co](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-as-you-type.html) - [django-elasticsearch-dsl](https://github.com/django-es/django-elasticsearch-dsl/issues/296)

enhancement
help appreciated