Frontmatter
| id | 9153 |
| title | [DevIndex] Add Bio Filter and Hireable Checkbox |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Feb 14, 2026, 6:54 PM |
| updatedAt | Feb 14, 2026, 7:15 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9153 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9106 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 14, 2026, 7:15 PM |
[DevIndex] Add Bio Filter and Hireable Checkbox
tobiu added parent issue #9106 on Feb 14, 2026, 6:55 PM

tobiu
Feb 14, 2026, 7:15 PM
Input from Gemini 3 Pro:
✦ Implemented Bio Filter and Hireable Checkbox.
Changes:
- Bio Filter: Added text field to ControlsContainer filtering
biousing thelikeoperator.- Hireable Filter: Added checkbox to ControlsContainer filtering
isHireable(true only when checked).- Refactoring: Updated
ControlsContainerto delegate events directly toMainContainerController.- Controller: Implemented
onFilterChangeandonHireableChangeinMainContainerController.Note: A regression has been identified where Icon columns do not visually update after filtering. This will be tracked in a separate ticket.
tobiu assigned to @tobiu on Feb 14, 2026, 7:15 PM
tobiu closed this issue on Feb 14, 2026, 7:15 PM
Add search and filter capabilities to the DevIndex ControlsContainer.
Requirements:
ControlsContainerto filter the grid bybio(case-insensitive, partial match).operator: 'like'for the store filter.ControlsContainerto filter byisHireable.isHireable === true(Filter enabled, operator===).Contributorsstore, leveragingsrc/collection/Filter.mjscapabilities.