You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The React Component returns the empty value matches with the default value of type: "term", if I change it to "search" by postman it returns the expected result. Is there a way to change this?
@jorgeju4rez I see you are using ReactiveComponent, The ReactiveComponent is designed with a predefined query type - 'term' and doesn't have the option to change it.
However, the query manipulation might be possible using the transformRequest prop in the ReactiveBase wrapper component.
Affected Projects
React
Library Version: x.y.z
4.0.0-rc.10
Describe the bug
The React Component returns the empty value matches with the default value of type: "term", if I change it to "search" by postman it returns the expected result. Is there a way to change this?
To Reproduce
Expected behavior
The text was updated successfully, but these errors were encountered: