Skip to content

v1.5.0

Compare
Choose a tag to compare
@DominikaK DominikaK released this 31 Oct 12:22
· 235 commits to 3.3 since this release

Changes since since v1.4.2.1:

Improvements

  • EZP-26806: Improve fulltext search query syntax
    Adds advanced full text capabilities like:
    word "phrase" (group) +mandatory -prohibited AND && OR || NOT !
    This feature has been contributed by @pspanja
  • Implement new Cable interface for being able to tell API consumer what search features are supports.
    This bumps ezpublish-kernel requirements of this release to ~6.7.6 | ^6.11.4 | ^7.0
  • EZP-28088: Re-try connections when trying to reach Solr
  • EZP-28053: As a developer I want search engine capability interface on 1.7+ for search engine compatibility

Other notable changes:

  • Solr Bundle is now using PHPUnit v5.7 and higher, work involved here is contributed by @MarioBlazek

Bugfixes

  • EZP-28053: As a developer I want search engine capability interface on 1.7+ for search engine compatibility
  • EZP-28064: Solr search missing LIKE support