Skip to content

Releases: openedx/edx-search

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

Release 1.0.1

06 Feb 19:00
Compare
Choose a tag to compare

Includes updated Elastic Search requirements, switching from Coveralls to CodeCov, and merging in some changes from the 0.1.x branch.

release-2015-09-11a: Merge PR #30 & Merge PR #31

11 Sep 19:11
Compare
Choose a tag to compare
  • Allow elasticsearch to be configurable. EG use hosts and ports other than localhost:9200
  • Make MockSearchEngine escape queries correctly

Version released to edx-platform

04 Sep 06:28
Compare
Choose a tag to compare

This includes latest mock-django library version which is used by tests.

release-2015-07-22: Merge pull request #28 from edx/dsego/SOL-1069-addendum

22 Jul 13:30
Compare
Choose a tag to compare

release-2015-07-20: Merge pull request #27 from edx/dsego/SOL-1069

20 Jul 12:50
Compare
Choose a tag to compare
Add support for multi-value fields and filters to MockSearchEngine

release-2015-07-16: Merge pull request #26 from edx/dsego/SOL-731

16 Jul 08:11
Compare
Choose a tag to compare
Fix MockSearchEngine indexing to update documents in index, instead o…

release-2015-07-03: Merge pull request #25 from edx/dsego/SOL-958

03 Jul 11:21
Compare
Choose a tag to compare
Add feature flag to skip Enrollment_Start_Date filtering for course s…

Version Released to edx-platform.

08 Jun 17:06
Compare
Choose a tag to compare
Merge pull request #23 from edx/dsego/SOL-875

handle case when exclude_dictionary is empty