Skip to content

1.2.0

Compare
Choose a tag to compare
@andrerom andrerom released this 14 Dec 12:47
· 294 commits to 3.3 since this release

Requirement changes:

  • [Composer] Bump kernel dependency to 6.7 (96c426d)
  • [Composer] PHP requirements increased to 5.6 to be in sync with kernel 6.7 (2b149de) (#75)

Changes

Changes since v1.1.2.1:

  • EZP-26774: switch from q.alt to q parameter (to enable use of Solr spellchecker, and to be able to expose that in API in future version) (#81)
  • Deprecated ezplatform:solr_create_index command (#76)
    • New generic indexing command added in kernel 6.7 is the replacement.
  • EZP-26707: index full text data only for searchable fields (#74)
    • Note: On Content Type changes you'll need to either reindex or re publish content affected for the time being.
  • EZP-26756: FieldRelation location criterion visitor
  • EZP-26368: As a developer I want to index custom data with Solr Search Engine (#67)
    • Minor fix on the field mapper plugins specification (d16b7f9)
    • EZP-26668: Index fields though field mapper plugins (#71)
    • EZP-26687: Consolidate field mapping and query visiting implementation (#72)
  • EZP-26098: Implement Search Indexer Service for new generic indexer command (#68)