Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Chef Server
-
Labels:None
Description
Searches against the client index such as:
knife search client 'name:i*'
do not return any result, despite the fact that there are clients whose name should match. The only search that works correctly seems to be:
knife search client '*:*'
Fix: https://github.com/opscode/chef/pull/147