Skip to content

Releases: barseghyanartur/django-elasticsearch-dsl-drf

0.22.5-2022-07-04

03 Jul 22:24
Compare
Choose a tag to compare
  • Return 0 for count when using EmptySearch.

0.22.4-2022-01-24

24 Jan 15:54
7ff43a8
Compare
Choose a tag to compare
  • Skip some parts of the ViewSet class definition on empty document.

0.22.3-2022-01-24

24 Jan 15:54
34cfd07
Compare
Choose a tag to compare
  • Make running of ViewSet checks flexible (to allow dynamic document definition).
  • Added the FacetedFilterSearchFilterBackend.

0.22.2-2021-08-29

29 Aug 00:16
Compare
Choose a tag to compare
  • Tested against Django 3.2.

0.22.1-2021-05-01

01 May 21:01
Compare
Choose a tag to compare
  • DictionaryProxy gets an optional meta argument, which will hold meta information of the hit.

0.22-2021-03-26

26 Mar 20:59
Compare
Choose a tag to compare
Release dedicated to my dear son, Raffi, who turns 16 at the end of the
month. Happy birthday, dear Raffi.
  • Make it easier to override the DictionaryProxy by moving it to the
    scope of the BaseDocumentViewSet.
  • Add tzinfo check for better date vs datetime determination.
  • Broader EmptySearch compatibility with elasticsearch_dsl.Search.
  • Remove old Django code from docs.
  • Allow more specific targeting for nested sort fields.
  • Add more tests.

0.21-2021-02-04

03 Feb 23:42
Compare
Choose a tag to compare
Release dedicated to defenders of Armenia and Artsakh (Nagorno Karabakh)
and all the victims of Turkish and Azerbaijani aggression.
  • Drop support for Python 2.7 and 3.5.
  • Drop support for Django 1.11, 2.0 and 2.1.
  • Tested against Django 3.1 and Python 3.9.
  • Take options (ex: boost, fuzziness) into consideration in NestedQueryBackend.
  • Added an example of a proper date formatting.
  • Added an example of alternative document ID.
  • Added experimental QueryFriendlyPageNumberPagination which fires just a single query instead of used two used by PageNumberPagination.

0.20.9-2020-10-16

15 Oct 23:09
Compare
Choose a tag to compare

Help to rebuild the Armenian homeland. Please, make a donation.
All donations received are solely for humanitarian purposes.

  • Implemented geo_shape filter.

0.20.8-2020-04-10

10 Apr 21:54
Compare
Choose a tag to compare

Fixes in skip_duplicates option support for native suggester.

0.20.7-2020-04-10

10 Apr 17:43
Compare
Choose a tag to compare
  • Make skip_duplicates option available for native suggester.