Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Apr 15, 2024
1 parent 52180ba commit cbdd859
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion api-specs/api/types/product-search/ProductSearchRequest.raml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ example: !include ../../examples/ProductSearch/product-search-request.example.js
properties:
query?:
type: SearchQuery
description: The search query against [searchable Product fields](/../api/projects/product-search#searchable-product-fields).
description: |
The search query against [searchable Product fields](/../api/projects/product-search#searchable-product-fields).
sort?:
type: SearchSorting[]
description: Controls how results to your query are sorted. If not provided, the results are sorted by relevance in descending order.
Expand Down Expand Up @@ -37,3 +38,8 @@ properties:
type: ProductSearchFacetExpression[]
description: |
Set this field to request [facets](/../api/projects/product-search#facets).
postFilter?:
type: SearchQuery
description: |
Specify an additional filter on the result of the `query` after the API calculated `facets`.
This feature assists you in implementing faceted search.

0 comments on commit cbdd859

Please sign in to comment.