You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by sebastian-nagel December 12, 2022
The FastURLFilter configuration file contains a JSON array, not a JSON object. How can it be put into ES?
@sebastian-nagel we could change the format so that it optionally consumes a simple object with a single field, the value of which is the array.
When using with the ES wrapper, you'd need to have the field but if used directly you wouldn't necessarily need to.
What do you think?
so that it optionally consumes a simple object with a single field, the value of which is the array
Yes, makes sense. Ev., could also require a predefined field "config" or "content" or similar. This special case needs to be documented anyway, so it's maybe clearer to require a specific field name.
Discussed in #1012
Originally posted by sebastian-nagel December 12, 2022
The FastURLFilter configuration file contains a JSON array, not a JSON object. How can it be put into ES?
When I try to put a FastURLFilter configuration file into ES (as described in JSONURLFilterWrapper, ES responds with an error (indicating that ES expects a JSON object):
The text was updated successfully, but these errors were encountered: