Skip to content

Commit 2ce2d7e

Browse files
committed
Add test for multi_field
1 parent 905265e commit 2ce2d7e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG-3.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ https://github.com/FriendsOfSymfony/FOSElasticaBundle/compare/v3.0.0...v3.0.1
1212
To generate a changelog summary since the last version, run
1313
`git log --no-merges --oneline v3.0.0...3.0.x`
1414

15+
* 3.0.7 (Unreleased)
16+
17+
* Fixed multi_field properties not being normalised #769
18+
1519
* 3.0.6 (2015-01-04)
1620

1721
* Removed unused public image asset for the web development toolbar #742

Tests/Functional/app/Basic/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ fos_elastica:
7171
properties:
7272
date: { boost: 5 }
7373
content: ~
74+
multiple:
75+
type: "multi_field"
76+
properties:
77+
name: ~
78+
position: ~
7479
user:
7580
type: "object"
7681
approver:

0 commit comments

Comments
 (0)