Open
Description
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.
Describe the solution you'd like
No response
Additional context
No response