Open wholegrainloaf opened 2 months ago
Resource filtering in k9s is very generic. User may want to filter on name but also ips, nodes, etc... for a given resource. The way search currently works is by flattening out rows and grepping on that. RX anchors tho supported are not effective here given the current strategy.
Describe the bug When using
^
and$
regex anchors, the filtering no longer works and returns an empty list instead of actually matching on resource names.To Reproduce Steps to reproduce the behavior:
/
to start filtering^fancyPants
fancyPants
, but actually nothing shows up.fancyPants
Historical Documents N/A
Expected behavior Resources matching the regex should show up since the
k9s
docs say:Screenshots N/A
Versions (please complete the following information):
Additional context N/A