Because not all of the results are returned for a particular table (pagination), filtering by certain criteria is only appliued to whatever subst is currently loaded. A new component needs to be developed that allows querying the hub for a set of results using the user's given filter criteria. Because there are a lot of filters, the core-http-kit can be used to programmatically build complex filter requests that can be passed to the hub-adapter.
Because not all of the results are returned for a particular table (pagination), filtering by certain criteria is only appliued to whatever subst is currently loaded. A new component needs to be developed that allows querying the hub for a set of results using the user's given filter criteria. Because there are a lot of filters, the
core-http-kit
can be used to programmatically build complex filter requests that can be passed to the hub-adapter.