Add test for multi_field

This commit is contained in:
Tim Nagel 2015-01-09 08:55:57 +11:00
parent 905265ea0e
commit 2ce2d7e610
2 changed files with 9 additions and 0 deletions

View file

@ -12,6 +12,10 @@ https://github.com/FriendsOfSymfony/FOSElasticaBundle/compare/v3.0.0...v3.0.1
To generate a changelog summary since the last version, run
`git log --no-merges --oneline v3.0.0...3.0.x`
* 3.0.7 (Unreleased)
* Fixed multi_field properties not being normalised #769
* 3.0.6 (2015-01-04)
* Removed unused public image asset for the web development toolbar #742

View file

@ -71,6 +71,11 @@ fos_elastica:
properties:
date: { boost: 5 }
content: ~
multiple:
type: "multi_field"
properties:
name: ~
position: ~
user:
type: "object"
approver: