Commit 4abb406
committed
BUGFIX: add empty query parts for should and must_not in default bool query
This allows to use the existing API "appendAtPath" as well with the paths:
"query.filtered.query.bool.should" and "query.filtered.query.bool.must_not"
which is helpful from time to time.
Other than that, this change has no side-effects.1 parent d089c17 commit 4abb406
2 files changed
Lines changed: 6 additions & 2 deletions
File tree
- Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Eel
- Tests/Unit/Eel
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
0 commit comments