-
Notifications
You must be signed in to change notification settings - Fork 5
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 :(( #10
Comments
@IvanPigarev The error message seems to indicate that the ElasticPress shard/server does not know about the geo_point field, which means it's not making it into the indexing process. I can only guess that is because of the modification you made to the plugin code. What is the error message that you get during indexing if you revert to the original code? |
Here here EP developers write about loss of compatibility of the new version: The plugin relies on a compatibility layer that doesn't work anymore, so they will need to update their code to use the Feature class, available since EP 3.0. No solution yet :((( But we didn't change the plugin code. |
@IvanPigarev We are in the process of updating to use the Feature class--see the branch in #11. You may be able to use that version and see if it resolves your issue, but we should be able to push out a release that incorporates it soon. |
Hello!
WordPress 6.4.1.
ElasticPress Version 5.0.0.
ElasticPress Geo is configured according to the instructions
To avoid an error when creating an index in ElasticPress, the ElasticPress Geo plugin has been modified (the original is commented out):
But when searching in the debugger it gives an error
Help me please!!!
Thank you so much!!!
The text was updated successfully, but these errors were encountered: