Skip to content
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

Open
IvanPigarev opened this issue Nov 14, 2023 · 3 comments
Open

Error :(( #10

IvanPigarev opened this issue Nov 14, 2023 · 3 comments
Assignees

Comments

@IvanPigarev
Copy link

Hello!

WordPress 6.4.1.
ElasticPress Version 5.0.0.

ElasticPress Geo is configured according to the instructions

1

To avoid an error when creating an index in ElasticPress, the ElasticPress Geo plugin has been modified (the original is commented out):

3

But when searching in the debugger it gives an error

2

Help me please!!!
Thank you so much!!!

@BrendanJercich
Copy link
Contributor

@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?

@IvanPigarev
Copy link
Author

@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?

10up/ElasticPress#3768

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.
We have a stale PR for ElasticPress Labs (partially) covering that feature: https://github.com/10up/ElasticPressLabs/pull/
I'll keep this open for now so we can discuss internally the next steps to add a feature like that either in the main plugin or EP Labs.

No solution yet :((( But we didn't change the plugin code.

@BrendanJercich
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants