-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error querying Elasticsearch: Unknown key for a START_OBJECT in [filter] #102
Comments
SearchPress is compatible with ES 5.x (and every other version, incidentally). Where did the problem query originate, was it from SearchPress' core search replacement, another plugin like ES_WP_Query, or was the query custom? |
I'm using
The original |
Can you confirm that’s loading the latest version of ES_WP_Query? |
And here's the
|
Ah, this might be the issue. I'm using the version of |
Using
docker.elastic.co/elasticsearch/elasticsearch:5.5.3
, I see this error in$es_response
: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?
The text was updated successfully, but these errors were encountered: