Skip to content

feat(QueryPageOption): Support IFilterAction serialization #5852

Open
@MadLongTom

Description

@MadLongTom

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

repro project:
QueryPageSample.zip

Cannot pass SearchFilterAction value in QueryPageOptions to backend when using HttpClient sending advanced query in WASM mode.

This is a serialization issue associated with the builtin JSON serializer.

The QueryPageOptions class is designed to use List to store all advanced search criteria, but IFilterAction as an interface requires an explicitly specified implementation class to be handled by the built-in JSON serializer which is SearchFilterAction.

img

Describe the solution you'd like

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions