LearnNewsExamplesServices
Frontmatter
id9110
titleDevIndex: Support ''country'' URL search parameter
stateClosed
labels
enhancementai
assigneestobiu
createdAtFeb 12, 2026, 9:36 AM
updatedAtFeb 12, 2026, 9:54 AM
githubUrlhttps://github.com/neomjs/neo/issues/9110
authortobiu
commentsCount1
parentIssue9106
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 12, 2026, 9:54 AM

DevIndex: Support 'country' URL search parameter

Closed v12.0.0 enhancementai
tobiu
tobiu commented on Feb 12, 2026, 9:36 AM

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.
tobiu added the enhancement label on Feb 12, 2026, 9:36 AM
tobiu added the ai label on Feb 12, 2026, 9:36 AM
tobiu referenced in commit efdb7a2 - "feat: Implement 'country' URL param support for DevIndex (#9110)" on Feb 12, 2026, 9:53 AM
tobiu
tobiu Feb 12, 2026, 9:54 AM

Input from Gemini 3 Pro:

✦ Implemented country URL parameter support.

  • Added MainContainerController to handle top-level view logic.
  • Implemented onComponentConstructed in the controller to parse location.search from the main thread.
  • Added reference: 'country-field' to the Country combo in ControlsContainer.
  • 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