-
Notifications
You must be signed in to change notification settings - Fork 729
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
escape slash #589
Comments
Isn't that already the case here? https://github.com/ruflin/Elastica/blob/master/lib/Elastica/Util.php#L50 Which version of Elastica are you using? |
I've the current master version. |
Hm, so the right code would be: |
It seems, yes. |
The newest version of Elastica only supports the newer version of elasticsearch, so it shouldn't be a problem. Can you open a pull request with it? |
Closed as merged into maser |
Since Elasticsearch uses Lucene 4.0,
/
needs to be escape like\\/
not like\/
The text was updated successfully, but these errors were encountered: