Skip to content

Commit

Permalink
documents new behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmullen authored and davelandry committed Sep 3, 2020
1 parent cd21607 commit dc1e2ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,9 @@ If you would prefer to build your own search component, the DeepSearch API is av
|`query`|Query to search for|
|`locale`|Language for results|
|`limit`|Maximum number of results to return|
|`profile`|Restrict results to a profile, must be an integer profile id or a profile slug (unary profiles only)|
|`dimension`|Restrict results by dimension|
|`hierarchy`|Restrict results by hierarchy (comma separated)|
|`min_confidence`|Confidence threshold (Deepsearch Only)|

Results will be returned in a response object that includes metadata on the results. Matching members separated by profile can be found in the `profiles` key of the response object. A single grouped list of all matching profiles can be found in the `grouped` key of the response object.
Expand Down

0 comments on commit dc1e2ed

Please sign in to comment.