Bug #28182
closedFact search bar broken and resets to only searching hostname
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1766613
Description of problem:
In the Facts Value screen, users cannot perform search correctly because whenever a user tries to search anything in the search bar, it either gets cleared and "host = <hostname>" appears or "host = <hostname>" gets appended to the search string of what the user wants to search. You cannot never clear the search bar or accurately search for anything.
Version-Release number of selected component (if applicable):
6.6.0
How reproducible:
100%
Steps to Reproduce:
1. Hosts -> All Hosts -> <hostname> -> Facts
2. Clear out search bar and search for "name = architecture"
Actual results:
name=architecturehost=<hostname>
No entries found.
Expected results:
name=architecture
Some kind of successful population of table if it exists after clicking search.