I have a list of users – UserCrudController. It shows me a list of users. I have an action where I can go to a user’s transactions – TransactionCrudController.
So, I set the entityId parameter on that action and the list looks good.
In that list view, TransactionCrudController’s INDEX view, I want to use the search function. Except I don’t know how to get the search function to honour the entityId parameter I’ve set. How do I get it to take that parameter and maintain it for subsequent URLs I navigate to?