Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FilterModule - customFilter + customSearch - custom filters mix not working #206

Open
Dias999 opened this issue Sep 10, 2024 · 0 comments
Open

Comments

@Dias999
Copy link
Contributor

Dias999 commented Sep 10, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant