Skip to content

Generic problems with FilterExpressionBuilder #3482

Open
@shaw-Lee

Description

@shaw-Lee

Bug description

List<String> params =List.of("v1","v2");
new FilterExpressionBuilder().in("param", params ).build();

I don't know if this is considered a bug,When I do create a filter this way,Parameters of type List are treated as Object parameters.

Image
I think it is somewhat misleading
Environment
java 17.x
windows11 pro
spring AI 1.0.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @shaw-Lee

      Issue actions

        Generic problems with FilterExpressionBuilder · Issue #3482 · spring-projects/spring-ai