summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-09-04 15:37:53 -0700
committerClaire McQuin <claire@getchef.com>2014-09-04 16:00:18 -0700
commit62d1c23d472f4b2eabad8f7f108f65886136c104 (patch)
tree4592fc4b28908634c406a8ae115b5e2412f4cb48 /RELEASE_NOTES.md
parent8022a0d89a85787a4b6550428ab26ae37b09b8c0 (diff)
downloadchef-62d1c23d472f4b2eabad8f7f108f65886136c104.tar.gz
Update for search filtering.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 30c5d0893e..f5a74d6a43 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -237,3 +237,9 @@ work properly if the remote server implemented only the Chef 10 API.
## CookbookSiteStreamingUploader now uses ssl_verify_mode config option
The CookbookSiteStreamingUploader now obeys the setting of ssl_verify_mode in the client config. Was previously ignoring the
config setting and always set to VERIFY_NONE.
+
+## Result filtering on `search` API.
+`search` can take an optional `:filter_result`, which returns search data in the form specified
+by the given Hash. This works analogously to the partial_search method from the [partial_search cookbook](https://supermarket.getchef.com/cookbooks/partial_search),
+with `:filter_result` replacing `:keys`. You can also filter `knife search` results by supplying the `--filter-result`
+or `-f` option and a comma-separated string representation of the filter hash.