Implement support for the ?country=code URL search parameter in the DevIndex application.
- Retrieve the search string from the main thread using
Neo.Main.getByPath.
- Parse the parameter.
- Update the
Country combo box in DevIndex.view.home.ControlsContainer.
- Ensure this triggers the grid filtering logic.