jhipster client side pass entity filter to server side?
问题 After reading http://www.jhipster.tech/entities-filtering/, I can get my jhipster generated applicaiton filter work on postman. For example I can get right result on postman with: http://localhost:8080/api/requests?page=0&size=20&sort=model,asc&sort=id&id.in=20000,20001 my questions how can make it work on the generated angular client side app? I saw that in the ../shared folder it has "request-util.ts". Inside it, there is parameter named "query" and "filter". export const