We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905265e commit 2ce2d7eCopy full SHA for 2ce2d7e
CHANGELOG-3.0.md
@@ -12,6 +12,10 @@ https://github.com/FriendsOfSymfony/FOSElasticaBundle/compare/v3.0.0...v3.0.1
12
To generate a changelog summary since the last version, run
13
`git log --no-merges --oneline v3.0.0...3.0.x`
14
15
+* 3.0.7 (Unreleased)
16
+
17
+ * Fixed multi_field properties not being normalised #769
18
19
* 3.0.6 (2015-01-04)
20
21
* Removed unused public image asset for the web development toolbar #742
Tests/Functional/app/Basic/config.yml
@@ -71,6 +71,11 @@ fos_elastica:
71
properties:
72
date: { boost: 5 }
73
content: ~
74
+ multiple:
75
+ type: "multi_field"
76
+ properties:
77
+ name: ~
78
+ position: ~
79
user:
80
type: "object"
81
approver:
0 commit comments