Skip to content

Releases: netgen/ezplatform-search-extra

2.2.0

07 Oct 11:29
b512408
Compare
Choose a tag to compare

This release adds ContentId and LocationId criteria with extended operator support: EQ, IN, GT, GTE, LT, LTE, BETWEEN (#43)

1.12.0

07 Oct 08:19
Compare
Choose a tag to compare

This release adds ContentId and LocationId criteria with extended operator support: EQ, IN, GT, GTE, LT, LTE, BETWEEN (#42)

Note: minimum eZ Platform requirement has been bumped to 7.5.8.

2.1.0

10 Sep 14:54
Compare
Choose a tag to compare
  • Implemented Visible criterion (#41)

2.0.0

25 Aug 07:53
Compare
Choose a tag to compare

This release brings compatibility with eZ Platform 3.1.

1.11.0

17 Apr 13:04
Compare
Choose a tag to compare
  • Added access to suggestions from Pagerfanta adapter (#34)
  • Implemented Suggestion::getSuggestedSearchText() (#34)

1.10.1

10 Apr 09:05
Compare
Choose a tag to compare

1.10.0

08 Apr 11:19
Compare
Choose a tag to compare
  • Add spell check suggestions to search results by @RandyCupic (#32)
  • Fixed extracting RichText text on PHP 7.3.16+ (6f7acd3)

1.9.1

20 Dec 10:32
Compare
Choose a tag to compare
  • Fix isEmpty() override on Persistence FieldType on kernel 7.5.6 by @bvrbanec (#31)

1.9.0

19 Aug 12:27
Compare
Choose a tag to compare
  • Implemented custom field sort clause by @RandyCupic (#26)
  • Replaced field type registry service override with a compiler pass by @emodric (#25)
  • Allowed installation on eZ kernel 8.0 by @emodric (#24)

1.8.0

29 Jun 12:53
Compare
Choose a tag to compare
  • Pagerfanta adapters extracted from netgen/ezplatform-site-api, providing access to extra information returned by the search engine, like facets, max score and execution time (legacy, solr) by @wizhippo (#17)