Can't filter by system id in the UI
Bug #2078810 reported by
Jacopo Rota
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| MAAS |
Fix Released
|
High
|
Unassigned | ||
| 3.3 |
Fix Released
|
High
|
Seyeong Kim | ||
| 3.4 |
Fix Released
|
High
|
MAAS Lander | ||
| 3.5 |
Fix Released
|
High
|
MAAS Lander | ||
Bug Description
As per title from 3.3 it's not possible anymore to make a full text search including the system id in the machine list page in the UI
Related branches
~seyeongkim/maas:backport_1513d289_3.3
- Dariusz Gadomski: Approve
- MAAS Lander: Approve
-
Diff: 86 lines (+25/-0)3 files modifiedsrc/maasserver/node_constraint_filter_forms.py (+8/-0)
src/maasserver/tests/test_node_constraint_filter_forms.py (+10/-0)
src/maasserver/websockets/handlers/tests/test_machine.py (+7/-0)
maas:auto-backport-2078810-3.5
- Jacopo Rota: Approve
- MAAS Lander: Needs Fixing
-
Diff: 86 lines (+25/-0)3 files modifiedsrc/maasserver/node_constraint_filter_forms.py (+8/-0)
src/maasserver/tests/test_node_constraint_filter_forms.py (+10/-0)
src/maasserver/websockets/handlers/tests/test_machine.py (+7/-0)
maas:auto-backport-2078810-3.4
- Jacopo Rota: Approve
- MAAS Lander: Approve
-
Diff: 87 lines (+26/-0)3 files modifiedsrc/maasserver/node_constraint_filter_forms.py (+9/-0)
src/maasserver/tests/test_node_constraint_filter_forms.py (+10/-0)
src/maasserver/websockets/handlers/tests/test_machine.py (+7/-0)
~seyeongkim/maas:adding_system_id_for_filtering
- Jacopo Rota: Approve
- MAAS Lander: Approve
-
Diff: 86 lines (+25/-0)3 files modifiedsrc/maasserver/node_constraint_filter_forms.py (+8/-0)
src/maasserver/tests/test_node_constraint_filter_forms.py (+10/-0)
src/maasserver/websockets/handlers/tests/test_machine.py (+7/-0)
| Changed in maas: | |
| status: | Triaged → Fix Committed |
| Changed in maas: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

Hello
FYI
not only full search, but also partial search is not working.
for example
maas seyeongkim machines read | jq '.[].system_id'
"6mdtrk"
"p3kcdh"
"e7ahbr"
When I type 'e', I expect ui shows e7ahbr but it shows nothing.
the customer uses 3.3 and I use 3.4. I can reproduce this with UI.
Thanks.