Skip to content

Releases: openedx/edx-search

Added python 3.8 support

16 Jun 15:07
c3aa3eb
Compare
Choose a tag to compare
  • Added python 3.8 support
  • Removed Django support for versions prior to 2.2

Django 2.2 compatibility

03 Apr 15:42
b434d89
Compare
Choose a tag to compare
Merge pull request #95 from edx/timmc/BOM-1481-unpin-django

Relax Django constraint for upgrade to 2.2

Revert out more backwards-incompatible search logic

14 Feb 18:26
d29441c
Compare
Choose a tag to compare
Merge pull request #93 from edx/diana/revert=sort

Revert out sorting changes that cause edx-platform tests to fail.

Revert discovery sorting options

14 Feb 16:34
0e799bd
Compare
Choose a tag to compare

We are reverting this commit to unblock updates on edx-platform.

Django 2.0, 2.1, and 2.2 Compatibility

15 Nov 09:32
3d3b96b
Compare
Choose a tag to compare

Django 2.0, 2.1, and 2.2 Compatibility

Allow discovery search results to be sorted

16 Jul 13:50
0e508d4
Compare
Choose a tag to compare
Merge pull request #72 from Stanford-Online/discovery-search-sort

Allow discovery search results to be sorted

Making repo oep7 and oep 18 compliant

15 Jul 16:46
e3b41f4
Compare
Choose a tag to compare
Merge pull request #79 from edx/msingh/version_number

PROD-384: Updated version number to 1.2.3

Fix missing search excerpts when query has quotes

05 Jul 13:08
4062361
Compare
Choose a tag to compare
Merge pull request #51 from open-craft/kshitij/fix-empty-search-quotes

Fix missing search excerpts when query has quotes

Reduce set of reserved characters in Elastic searches

05 Jul 13:07
efe2243
Compare
Choose a tag to compare

Remove the hyphen and double quote from the list of reserved characters
in Elastic searches, allowing more effective searches for hyphenated
terms and quoted phrases.

Tox and django 1.11 support

14 Jul 09:37
Compare
Choose a tag to compare

Includes tox support to test on different Django versions and also added the support to Django 1.11