Skip to content

Problem with commas in filter value when using field[in]=value #576

@vkuzmov

Description

@vkuzmov

I'm running into an issue where filter values that contain commas (,) are not being parsed correctly.

Specifically, if I use a filter value with a comma by itself, it doesn't get parsed as expected:

Image

However, if I add another filter (one that doesn't contain a comma), then the original filter with the comma is parsed correctly:

Image

Here's what the FastAPI server logs show:

Image

Is there a workaround for this issue?

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions