filters need to be put in request body, not uri
I have a very large table with about two dozen possible different filtering fields to narrow down what is sent to the client on what I call a search page. I made a "Search" method using POST in the web api controller with the idea that I would put the filters in the request body, since I think all of them are too much for a URI. Can Breeze handle that?
1
vote
