Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/commercetools-api/src/Models/Product/FacetRange.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function getCount();

/**
* <p>Number of <a href="ctp:api:type:Product">Products</a> for which the values in a field fall into the specified range.</p>
* <p>Present only if the <code>counting products</code> <a href="/projects/products-search#counting-products">extension</a> is enabled.</p>
* <p>Present only if the <code>counting products</code> <a href="/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
*

* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function getCount()

/**
* <p>Number of <a href="ctp:api:type:Product">Products</a> for which the values in a field fall into the specified range.</p>
* <p>Present only if the <code>counting products</code> <a href="/projects/products-search#counting-products">extension</a> is enabled.</p>
* <p>Present only if the <code>counting products</code> <a href="/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
*

* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public function getCount()

/**
* <p>Number of <a href="ctp:api:type:Product">Products</a> for which the values in a field fall into the specified range.</p>
* <p>Present only if the <code>counting products</code> <a href="/projects/products-search#counting-products">extension</a> is enabled.</p>
* <p>Present only if the <code>counting products</code> <a href="/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
*
*
* @return null|int
Expand Down
4 changes: 2 additions & 2 deletions lib/commercetools-api/src/Models/Product/FacetTerm.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface FacetTerm extends JsonObject
public const FIELD_PRODUCT_COUNT = 'productCount';

/**
* <p>Value for the field specified in the <a href="/../api/projects/products-search#term-facet-expression">term facet expression</a> for which at least one <a href="ctp:api:type:ProductVariant">ProductVariant</a> could be found.</p>
* <p>Value for the field specified in the <a href="/../api/projects/product-projection-search#term-facet-expression">term facet expression</a> for which at least one <a href="ctp:api:type:ProductVariant">ProductVariant</a> could be found.</p>
*

* @return null|mixed
Expand All @@ -35,7 +35,7 @@ public function getCount();

/**
* <p>Number of <a href="ctp:api:type:Product">Products</a> for which the <code>term</code> applies.
* Only available if the <code>counting products</code> <a href="/../api/projects/products-search#counting-products">extension</a> is enabled.</p>
* Only available if the <code>counting products</code> <a href="/../api/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
*

* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ final class FacetTermBuilder implements Builder
private $productCount;

/**
* <p>Value for the field specified in the <a href="/../api/projects/products-search#term-facet-expression">term facet expression</a> for which at least one <a href="ctp:api:type:ProductVariant">ProductVariant</a> could be found.</p>
* <p>Value for the field specified in the <a href="/../api/projects/product-projection-search#term-facet-expression">term facet expression</a> for which at least one <a href="ctp:api:type:ProductVariant">ProductVariant</a> could be found.</p>
*

* @return null|mixed
Expand All @@ -62,7 +62,7 @@ public function getCount()

/**
* <p>Number of <a href="ctp:api:type:Product">Products</a> for which the <code>term</code> applies.
* Only available if the <code>counting products</code> <a href="/../api/projects/products-search#counting-products">extension</a> is enabled.</p>
* Only available if the <code>counting products</code> <a href="/../api/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
*

* @return null|int
Expand Down
4 changes: 2 additions & 2 deletions lib/commercetools-api/src/Models/Product/FacetTermModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function __construct(
}

/**
* <p>Value for the field specified in the <a href="/../api/projects/products-search#term-facet-expression">term facet expression</a> for which at least one <a href="ctp:api:type:ProductVariant">ProductVariant</a> could be found.</p>
* <p>Value for the field specified in the <a href="/../api/projects/product-projection-search#term-facet-expression">term facet expression</a> for which at least one <a href="ctp:api:type:ProductVariant">ProductVariant</a> could be found.</p>
*
*
* @return null|mixed
Expand Down Expand Up @@ -93,7 +93,7 @@ public function getCount()

/**
* <p>Number of <a href="ctp:api:type:Product">Products</a> for which the <code>term</code> applies.
* Only available if the <code>counting products</code> <a href="/../api/projects/products-search#counting-products">extension</a> is enabled.</p>
* Only available if the <code>counting products</code> <a href="/../api/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
*
*
* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ interface FilteredFacetResult extends FacetResult
public const FIELD_PRODUCT_COUNT = 'productCount';

/**
* <p>Number of <a href="ctp:api:type:ProductVariant">ProductVariants</a> matching the value specified in <a href="/../api/projects/products-search#filtered-facet-expression">filtered facet expression</a>.</p>
* <p>Number of <a href="ctp:api:type:ProductVariant">ProductVariants</a> matching the value specified in <a href="/../api/projects/product-projection-search#filtered-facet-expression">filtered facet expression</a>.</p>
*

* @return null|int
*/
public function getCount();

/**
* <p>Number of <a href="ctp:api:type:Product">Products</a> matching the value specified in <a href="/../api/projects/products-search#filtered-facet-expression">filtered facet expression</a>.</p>
* <p>Present only if the <code>counting products</code> <a href="/projects/products-search#counting-products">extension</a> is enabled.</p>
* <p>Number of <a href="ctp:api:type:Product">Products</a> matching the value specified in <a href="/../api/projects/product-projection-search#filtered-facet-expression">filtered facet expression</a>.</p>
* <p>Present only if the <code>counting products</code> <a href="/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
*

* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class FilteredFacetResultBuilder implements Builder
private $productCount;

/**
* <p>Number of <a href="ctp:api:type:ProductVariant">ProductVariants</a> matching the value specified in <a href="/../api/projects/products-search#filtered-facet-expression">filtered facet expression</a>.</p>
* <p>Number of <a href="ctp:api:type:ProductVariant">ProductVariants</a> matching the value specified in <a href="/../api/projects/product-projection-search#filtered-facet-expression">filtered facet expression</a>.</p>
*

* @return null|int
Expand All @@ -44,8 +44,8 @@ public function getCount()
}

/**
* <p>Number of <a href="ctp:api:type:Product">Products</a> matching the value specified in <a href="/../api/projects/products-search#filtered-facet-expression">filtered facet expression</a>.</p>
* <p>Present only if the <code>counting products</code> <a href="/projects/products-search#counting-products">extension</a> is enabled.</p>
* <p>Number of <a href="ctp:api:type:Product">Products</a> matching the value specified in <a href="/../api/projects/product-projection-search#filtered-facet-expression">filtered facet expression</a>.</p>
* <p>Present only if the <code>counting products</code> <a href="/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
*

* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function getType()
}

/**
* <p>Number of <a href="ctp:api:type:ProductVariant">ProductVariants</a> matching the value specified in <a href="/../api/projects/products-search#filtered-facet-expression">filtered facet expression</a>.</p>
* <p>Number of <a href="ctp:api:type:ProductVariant">ProductVariants</a> matching the value specified in <a href="/../api/projects/product-projection-search#filtered-facet-expression">filtered facet expression</a>.</p>
*
*
* @return null|int
Expand All @@ -91,8 +91,8 @@ public function getCount()
}

/**
* <p>Number of <a href="ctp:api:type:Product">Products</a> matching the value specified in <a href="/../api/projects/products-search#filtered-facet-expression">filtered facet expression</a>.</p>
* <p>Present only if the <code>counting products</code> <a href="/projects/products-search#counting-products">extension</a> is enabled.</p>
* <p>Number of <a href="ctp:api:type:Product">Products</a> matching the value specified in <a href="/../api/projects/product-projection-search#filtered-facet-expression">filtered facet expression</a>.</p>
* <p>Present only if the <code>counting products</code> <a href="/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
*
*
* @return null|int
Expand Down
2 changes: 1 addition & 1 deletion lib/commercetools-api/src/Models/Product/ProductData.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function getMasterVariant();
public function getVariants();

/**
* <p>Used by <a href="/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="/projects/products-search#full-text-search">full text search</a>.</p>
* <p>Used by <a href="/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="/projects/product-projection-search#full-text-search">full text search</a>.</p>
*

* @return null|SearchKeywords
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public function getVariants()
}

/**
* <p>Used by <a href="/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="/projects/products-search#full-text-search">full text search</a>.</p>
* <p>Used by <a href="/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="/projects/product-projection-search#full-text-search">full text search</a>.</p>
*

* @return null|SearchKeywords
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public function getVariants()
}

/**
* <p>Used by <a href="/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="/projects/products-search#full-text-search">full text search</a>.</p>
* <p>Used by <a href="/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="/projects/product-projection-search#full-text-search">full text search</a>.</p>
*
*
* @return null|SearchKeywords
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function getVariants();
public function getTaxCategory();

/**
* <p>Used by <a href="/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="/projects/products-search#full-text-search">full text search</a>.</p>
* <p>Used by <a href="/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="/projects/product-projection-search#full-text-search">full text search</a>.</p>
*

* @return null|SearchKeywords
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public function getTaxCategory()
}

/**
* <p>Used by <a href="/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="/projects/products-search#full-text-search">full text search</a>.</p>
* <p>Used by <a href="/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="/projects/product-projection-search#full-text-search">full text search</a>.</p>
*

* @return null|SearchKeywords
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ public function getTaxCategory()
}

/**
* <p>Used by <a href="/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="/projects/products-search#full-text-search">full text search</a>.</p>
* <p>Used by <a href="/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="/projects/product-projection-search#full-text-search">full text search</a>.</p>
*
*
* @return null|SearchKeywords
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ interface ProductProjectionPagedSearchResponse extends JsonObject
public const FIELD_FACETS = 'facets';

/**
* <p>The maximum number of results returned on a <a href="/../api/projects/products-search#pagination">page</a>.</p>
* <p>The maximum number of results returned on a <a href="/../api/projects/product-projection-search#pagination">page</a>.</p>
*

* @return null|int
*/
public function getLimit();

/**
* <p>The starting point for the retrieved <a href="/../api/projects/products-search#pagination">paginated</a> result.</p>
* <p>The starting point for the retrieved <a href="/../api/projects/product-projection-search#pagination">paginated</a> result.</p>
*

* @return null|int
Expand All @@ -54,15 +54,15 @@ public function getTotal();

/**
* <p><a href="ctp:api:type:ProductProjection">ProductProjections</a> where at least one <a href="ctp:api:type:ProductVariant">ProductVariant</a> matches the search query, provided with the <code>text.{language}</code> and/or <code>filter.query</code> or <code>filter</code> query parameter.
* If the query parameter <code>markMatchingVariants=true</code> was provided with the request, the <a href="/../api/projects/products-search#matching-variants">matching variants</a> are marked as such.</p>
* If the query parameter <code>markMatchingVariants=true</code> was provided with the request, the <a href="/../api/projects/product-projection-search#matching-variants">matching variants</a> are marked as such.</p>
*

* @return null|ProductProjectionCollection
*/
public function getResults();

/**
* <p>Facet results for each <a href="/../api/projects/products-search#facets">facet expression</a> specified in the search request.</p>
* <p>Facet results for each <a href="/../api/projects/product-projection-search#facets">facet expression</a> specified in the search request.</p>
* <p>Only present if at least one <code>facet</code> parameter was provided with the search request.</p>
*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ final class ProductProjectionPagedSearchResponseBuilder implements Builder
private $facets;

/**
* <p>The maximum number of results returned on a <a href="/../api/projects/products-search#pagination">page</a>.</p>
* <p>The maximum number of results returned on a <a href="/../api/projects/product-projection-search#pagination">page</a>.</p>
*

* @return null|int
Expand All @@ -68,7 +68,7 @@ public function getLimit()
}

/**
* <p>The starting point for the retrieved <a href="/../api/projects/products-search#pagination">paginated</a> result.</p>
* <p>The starting point for the retrieved <a href="/../api/projects/product-projection-search#pagination">paginated</a> result.</p>
*

* @return null|int
Expand Down Expand Up @@ -102,7 +102,7 @@ public function getTotal()

/**
* <p><a href="ctp:api:type:ProductProjection">ProductProjections</a> where at least one <a href="ctp:api:type:ProductVariant">ProductVariant</a> matches the search query, provided with the <code>text.{language}</code> and/or <code>filter.query</code> or <code>filter</code> query parameter.
* If the query parameter <code>markMatchingVariants=true</code> was provided with the request, the <a href="/../api/projects/products-search#matching-variants">matching variants</a> are marked as such.</p>
* If the query parameter <code>markMatchingVariants=true</code> was provided with the request, the <a href="/../api/projects/product-projection-search#matching-variants">matching variants</a> are marked as such.</p>
*

* @return null|ProductProjectionCollection
Expand All @@ -113,7 +113,7 @@ public function getResults()
}

/**
* <p>Facet results for each <a href="/../api/projects/products-search#facets">facet expression</a> specified in the search request.</p>
* <p>Facet results for each <a href="/../api/projects/product-projection-search#facets">facet expression</a> specified in the search request.</p>
* <p>Only present if at least one <code>facet</code> parameter was provided with the search request.</p>
*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function __construct(
}

/**
* <p>The maximum number of results returned on a <a href="/../api/projects/products-search#pagination">page</a>.</p>
* <p>The maximum number of results returned on a <a href="/../api/projects/product-projection-search#pagination">page</a>.</p>
*
*
* @return null|int
Expand All @@ -96,7 +96,7 @@ public function getLimit()
}

/**
* <p>The starting point for the retrieved <a href="/../api/projects/products-search#pagination">paginated</a> result.</p>
* <p>The starting point for the retrieved <a href="/../api/projects/product-projection-search#pagination">paginated</a> result.</p>
*
*
* @return null|int
Expand Down Expand Up @@ -157,7 +157,7 @@ public function getTotal()

/**
* <p><a href="ctp:api:type:ProductProjection">ProductProjections</a> where at least one <a href="ctp:api:type:ProductVariant">ProductVariant</a> matches the search query, provided with the <code>text.{language}</code> and/or <code>filter.query</code> or <code>filter</code> query parameter.
* If the query parameter <code>markMatchingVariants=true</code> was provided with the request, the <a href="/../api/projects/products-search#matching-variants">matching variants</a> are marked as such.</p>
* If the query parameter <code>markMatchingVariants=true</code> was provided with the request, the <a href="/../api/projects/product-projection-search#matching-variants">matching variants</a> are marked as such.</p>
*
*
* @return null|ProductProjectionCollection
Expand All @@ -177,7 +177,7 @@ public function getResults()
}

/**
* <p>Facet results for each <a href="/../api/projects/products-search#facets">facet expression</a> specified in the search request.</p>
* <p>Facet results for each <a href="/../api/projects/product-projection-search#facets">facet expression</a> specified in the search request.</p>
* <p>Only present if at least one <code>facet</code> parameter was provided with the search request.</p>
*
*
Expand Down
Loading