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

Point filtering by key:value pair does not work for payload fields that contain a colon ":" character #218

Open
fschuh opened this issue Aug 22, 2024 · 0 comments

Comments

@fschuh
Copy link

fschuh commented Aug 22, 2024

I have a payload field for a Windows file path that happen to have a colon character in it (needed for the drive name).
For example:

{
   "file_path": "C:\folder\file.txt",
   "contents": "file contents"
}

Unfortunately, it seems the WebUI is too strict about its key:value filter format validation and won't accept colon characters on the file path.
If I wanted to add a filter for that specific file path, this is what I would type in the search box:
file_path: "C:\folder\file.txt"

When I press enter, I get the following error:
Invalid format of key:value pair

I also tried escaping the characters, and removing the quotes, to no avail.

It works fine with fields that don't have a colon character.

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

1 participant