Actions
Bug #1407
closed[foreman] [search] - complex search fail to retrive the correct results
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Search
Target version:
-
Description
trying to run the following search (with and without the quotes around the value field) will not return the correct search result (it will return all VDSM including the the ones in the != condition)
name = vdsm and value != "vdsm-4.9-112.1.el6.x86_64"
Updated by Ohad Levy almost 13 years ago
- Status changed from New to Need more information
- Assignee deleted (
Ohad Levy)
this seems to be related to whitespaces in fact names, can you confirm?
Updated by Yaniv Eylon almost 13 years ago
indeed this is as you've said yesterday.
due to the script that return the results add " " (space) at the end the search cannot be fond.
AFAIK you can close this one.
Updated by Ohad Levy almost 13 years ago
- Status changed from Need more information to Closed
Actions