-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
add escaping for JSON response body filtering #11560
Comments
I think we should add escaping to the |
Sorry about the v1.6.0 label. How do we indicate that a particular bug is only for a certain version? |
hey @djschny no worries! we use versions to indicate when things get fixed, rather than which versions are affected. We actually have no way at the moment to specify which version is affected by a bug. |
Here's a regex that will tokenize properly:
So this string:
Then real asterisks should be separated from escaped asterisks, and then any other escapes should be removed. |
Probably need to support |
Related to #11334 |
In order to handle escaped wildcards, we either need a state machine, or to reuse Lucene's automaton (which creates a lot of objects). Perhaps we just don't allow escaped wildcards, in which case we can use the simple pattern matching that we have today. |
Please add the ability to handle escaping for certain characters with the filter_path option. For example to allow the following to work for our common .marvel-* indices.
The text was updated successfully, but these errors were encountered: