Skip to content

Releases: byng-systems/pimcore-elastic-search-plugin

v3.3.6

10 Jul 14:51
e9d6a28
Compare
Choose a tag to compare

Replaced htmlToText library with the builtin php strip_tags function because it doesn't support utf-8 chars

4.1.1

18 Dec 16:27
f43fbd2
Compare
Choose a tag to compare
Merge pull request #44 from asimlqt/master

Reverted multihref tag processor back to previous implementation

4.1.0

18 Dec 15:29
28fe7fe
Compare
Choose a tag to compare
Merge pull request #43 from asimlqt/master

Reverted select tag processor back to previous implementation

v4.0.0

25 Oct 09:58
Compare
Choose a tag to compare
  • d67b8da - convert Date element to an int when saving to elastcisearch bcause it is a timestamp. null will become 0
  • e7176bc - Added filter cluse to BoolQuery object to support elasticsearch 5 dsl
  • d6018b3 - Fixed bug to allow filter and must to both be supplied to a query bool
  • fe67c4f - Added an input element processor. Also changed the select element processor to not try and fetch objects from the database if the value is numeric because most of the time it will just be an auto increment value and will end up with incorrect data associated to it. Also now uses the input element processor as the fallback for select

v3.4.0

25 Jul 09:49
Compare
Choose a tag to compare

Patch: Added support for 'fields' parameter

v3.3.5

21 Jul 13:05
Compare
Choose a tag to compare

Added support for 'ids' queries

v3.3.4

23 Jun 10:00
Compare
Choose a tag to compare
Patch: Updated sorting to allow specifying unmapped_type option. (#38)

v3.3.3

22 Jun 08:59
Compare
Choose a tag to compare
Patch: Updated case to allow processing of Pimcore 3 elements with ne…

v3.3.2: Merge pull request #36 from byng-systems/add_boost_support

11 Apr 15:17
Compare
Choose a tag to compare

v3.3.1

10 Nov 16:44
Compare
Choose a tag to compare
Merge pull request #34 from byng-systems/master_rawgateway_get_method

Added a get method to RawGateway so a single document can be retrieve…