Actions
Bug #20667
closedhost page implicit search searches on useless values
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
e.g. searching for '10' will cause various searches that aren't needed, such as `("host_status"."status" >> 6 & 63) = 10 OR ("host_status"."status" >> 12 & 63) = 10 OR ("host_status"."status" >> 18 & 63) = 10 OR ("host_status"."status" >> 24 & 63) = 10`
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Tomer Brisker
- Pull request https://github.com/theforeman/foreman/pull/4768 added
Updated by Marek Hulán about 7 years ago
- Translation missing: en.field_release set to 296
Updated by Anonymous about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 3adfb7d1b0338bfa26232b99037a13f9bf4862e9.
Updated by Tomer Brisker almost 7 years ago
- Related to Bug #22616: searching on host status fails with "'status' should be one of 'true, false', but the query was '0'" added
Actions