mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 08:16:11 +01:00
Merge pull request #153 from Codappix/feature/fix-wrong-changelogs
TASK: Fix some small errors in changelog
This commit is contained in:
commit
01503c62b6
6 changed files with 11 additions and 11 deletions
|
@ -5,8 +5,8 @@ Changelog
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
:glob:
|
:glob:
|
||||||
|
|
||||||
changelog/20180415-134-make-conent-fields-configurable
|
changelog/20180315-134-make-conent-fields-configurable
|
||||||
changelog/20180409-25-provide-sys-language-uid
|
changelog/20180309-25-provide-sys-language-uid
|
||||||
changelog/20180408-131-respect-page-cache-clear
|
changelog/20180308-131-respect-page-cache-clear
|
||||||
changelog/20180408-introduce-php70-type-hints
|
changelog/20180308-introduce-php70-type-hints
|
||||||
changelog/20180406-120-facet-configuration
|
changelog/20180306-120-facet-configuration
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Breacking Change 120 "Pass facets configuration to Elasticsearch"
|
Breaking Change 120 "Pass facets configuration to Elasticsearch"
|
||||||
=================================================================
|
================================================================
|
||||||
|
|
||||||
In order to allow arbitrary facet configuration, we do not process the facet configuration anymore.
|
In order to allow arbitrary facet configuration, we do not process the facet configuration anymore.
|
||||||
Instead integrators are able to configure facets for search service "as is". We just pipe the
|
Instead integrators are able to configure facets for search service "as is". We just pipe the
|
|
@ -1,5 +1,5 @@
|
||||||
Breacking Change "Introduce PHP 7.0 TypeHints"
|
Breaking Change "Introduce PHP 7.0 TypeHints"
|
||||||
==============================================
|
=============================================
|
||||||
|
|
||||||
As PHP evolved, we now migrate the whole code base to use PHP 7.0 type hints.
|
As PHP evolved, we now migrate the whole code base to use PHP 7.0 type hints.
|
||||||
We do not use PHP 7.1 Type Hints, as some customers still need PHP 7.0 support.
|
We do not use PHP 7.1 Type Hints, as some customers still need PHP 7.0 support.
|
|
@ -1,4 +1,4 @@
|
||||||
FEATURE 25 "Respect multiple languages" - Provide sys_language_uid
|
Feature 25 "Respect multiple languages" - Provide sys_language_uid
|
||||||
==================================================================
|
==================================================================
|
||||||
|
|
||||||
Previously we did not fetch ``sys_language_uid`` field from database. This prevented everyone from
|
Previously we did not fetch ``sys_language_uid`` field from database. This prevented everyone from
|
|
@ -1,4 +1,4 @@
|
||||||
FEATURE 134 "Enable indexing of tt_content records of CType Header"
|
Feature 134 "Enable indexing of tt_content records of CType Header"
|
||||||
===================================================================
|
===================================================================
|
||||||
|
|
||||||
Before, only ``bodytext`` was used to generate content while indexing pages.
|
Before, only ``bodytext`` was used to generate content while indexing pages.
|
Loading…
Reference in a new issue