Project

General

Profile

Actions

Bug #20667

closed

host page implicit search searches on useless values

Added by Tomer Brisker over 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Search
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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`


Related issues 1 (0 open1 closed)

Related to Foreman - Bug #22616: searching on host status fails with "'status' should be one of 'true, false', but the query was '0'"ClosedTomer Brisker02/19/2018Actions
Actions

Also available in: Atom PDF