v1.5.0
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