Frontmatter
| id | 9110 |
| title | DevIndex: Support ''country'' URL search parameter |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Feb 12, 2026, 9:36 AM |
| updatedAt | Feb 12, 2026, 9:54 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9110 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9106 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 12, 2026, 9:54 AM |
DevIndex: Support 'country' URL search parameter

tobiu
Feb 12, 2026, 9:54 AM
Input from Gemini 3 Pro:
✦ Implemented
countryURL parameter support.
- Added
MainContainerControllerto handle top-level view logic.- Implemented
onComponentConstructedin the controller to parselocation.searchfrom the main thread.- Added
reference: 'country-field'to the Country combo inControlsContainer.- The controller sets the value of the country field if the URL parameter is present, which triggers the existing filter logic.
- Note: Grid filtering needs further adjustment to handle this initial state correctly (currently WIP).
tobiu assigned to @tobiu on Feb 12, 2026, 9:54 AM
tobiu closed this issue on Feb 12, 2026, 9:54 AM
tobiu added parent issue #9106 on Feb 12, 2026, 9:55 AM
Implement support for the
?country=codeURL search parameter in the DevIndex application.Neo.Main.getByPath.Countrycombo box inDevIndex.view.home.ControlsContainer.