This PR allows for autocomplete filters to receive the GET params from the parent URL so that autocomplete filters can work with other filters.
Example:
Given a User list, If you add an autocomplete filter for "State", you can add another autocomplete filter for "City" that only shows cities for the previously selected State.
This PR allows for autocomplete filters to receive the GET params from the parent URL so that autocomplete filters can work with other filters.
Example: Given a User list, If you add an autocomplete filter for "State", you can add another autocomplete filter for "City" that only shows cities for the previously selected State.