alleyinteractive / alleyinteractive/searchpress

Error querying Elasticsearch: Unknown key for a START_OBJECT in [filter]

Đang mở
#102 5 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
PHP
Star
85
Fork
10
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Using `docker.elastic.co/elasticsearch/elasticsearch:5.5.3`, I see this error in `$es_response`:

```
'error' =>
array (
'root_cause' =>
array (
0 =>
array (
'type' => 'parsing_exception',
'reason' => 'Unknown key for a START_OBJECT in [filter].',
'line' => 1,
'col' => 11,
),
),
'type' => 'parsing_exception',
'reason' => 'Unknown key for a START_OBJECT in [filter].',
'line' => 1,
'col' => 11,
),
'status' => 400,
)
```

According to a quick Google search, the DSL changed in ES 5.1: https://stackoverflow.com/questions/40996266/elasticsearch-5-unknown-key-for-a-start-object-in-filters

Is SearchPress compatible with Elasticsearch 5.5.3? Any other debugging I can do?

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.