Releases: netgen/ezplatform-search-extra
Releases · netgen/ezplatform-search-extra
2.2.0
This release adds ContentId
and LocationId
criteria with extended operator support: EQ
, IN
, GT
, GTE
, LT
, LTE
, BETWEEN
(#43)
1.12.0
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
- Implemented
Visible
criterion (#41)
2.0.0
This release brings compatibility with eZ Platform 3.1.
1.11.0
- Added access to suggestions from
Pagerfanta
adapter (#34)
- Implemented
Suggestion::getSuggestedSearchText()
(#34)
1.10.0
- Add spell check suggestions to search results by @RandyCupic (#32)
- Fixed extracting RichText text on PHP 7.3.16+ (6f7acd3)
1.9.1
- Fix
isEmpty()
override on Persistence FieldType on kernel 7.5.6
by @bvrbanec (#31)
1.9.0
- 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
- 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)