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
When we use the customFilter together with the customSearch, the FilterModule mix both in the "s" param to make the request.
The problem is that the structure of each is different:
simpleFilter: {fullName: ||$eq||${user}}
s: {fullName: $eq: user}
When
Ideally we should find a way to mix both in a way that it should work.
The text was updated successfully, but these errors were encountered:
When we use the
customFilter
together with thecustomSearch
, the FilterModule mix both in the "s" param to make the request.The problem is that the structure of each is different:
simpleFilter:
{fullName:
||$eq||${user}}
s:
{fullName: $eq: user}
When
Ideally we should find a way to mix both in a way that it should work.
The text was updated successfully, but these errors were encountered: