diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php index cd98edf7ea6..b733ee2e34a 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php @@ -80,7 +80,7 @@ public function getInputTip(); public function getInputHint(); /** - *

If true, the Attribute's values are available for the Product Projections Search API for use in full-text search queries, filters, and facets.

+ *

If true, the Attribute's values are available in the Product Projection Search or the Product Search API for use in full-text search queries, filters, and facets.

*

Which exact features are available with this flag depends on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php index b104c9c3215..132684f54e5 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php @@ -148,7 +148,7 @@ public function getInputHint() } /** - *

If true, the Attribute's values are available for the Product Projections Search API for use in full-text search queries, filters, and facets.

+ *

If true, the Attribute's values are available in the Product Projection Search or the Product Search API for use in full-text search queries, filters, and facets.

*

Which exact features are available with this flag depends on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php index d1c3e583494..08d001b1117 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php @@ -33,7 +33,7 @@ interface AttributeDefinitionDraft extends JsonObject public function getType(); /** - *

User-defined name of the Attribute that is unique with the Project.

+ *

User-defined name of the Attribute that is unique to the Project.

*

When using the same name for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned. * An exception to this are the values of an enum or lenum Type and sets thereof.

* @@ -83,7 +83,7 @@ public function getInputTip(); public function getInputHint(); /** - *

Set to true if the Attribute's values should be available in the Product Projections Search API and can be used in full-text search queries, filters, and facets. + *

Set to true if the Attribute's values should be available in the Product Projection Search or the Product Search API and can be used in full-text search queries, filters, and facets. * Which exact features are available with this flag depends on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php index 86c4084d7ca..24d56437ba3 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php @@ -83,7 +83,7 @@ public function getType() } /** - *

User-defined name of the Attribute that is unique with the Project.

+ *

User-defined name of the Attribute that is unique to the Project.

*

When using the same name for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned. * An exception to this are the values of an enum or lenum Type and sets thereof.

* @@ -151,7 +151,7 @@ public function getInputHint() } /** - *

Set to true if the Attribute's values should be available in the Product Projections Search API and can be used in full-text search queries, filters, and facets. + *

Set to true if the Attribute's values should be available in the Product Projection Search or the Product Search API and can be used in full-text search queries, filters, and facets. * Which exact features are available with this flag depends on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php index f9756486ba7..b3648f7a04b 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php @@ -116,7 +116,7 @@ public function getType() } /** - *

User-defined name of the Attribute that is unique with the Project.

+ *

User-defined name of the Attribute that is unique to the Project.

*

When using the same name for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned. * An exception to this are the values of an enum or lenum Type and sets thereof.

* @@ -240,7 +240,7 @@ public function getInputHint() } /** - *

Set to true if the Attribute's values should be available in the Product Projections Search API and can be used in full-text search queries, filters, and facets. + *

Set to true if the Attribute's values should be available in the Product Projection Search or the Product Search API and can be used in full-text search queries, filters, and facets. * Which exact features are available with this flag depends on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php index 1794810b53d..68224ffcbb8 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php @@ -237,7 +237,7 @@ public function getInputHint() } /** - *

If true, the Attribute's values are available for the Product Projections Search API for use in full-text search queries, filters, and facets.

+ *

If true, the Attribute's values are available in the Product Projection Search or the Product Search API for use in full-text search queries, filters, and facets.

*

Which exact features are available with this flag depends on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameAction.php b/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameAction.php index 1def34da416..ff7bd00f93c 100644 --- a/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameAction.php +++ b/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameAction.php @@ -25,7 +25,7 @@ interface ProductTypeChangeAttributeNameAction extends ProductTypeUpdateAction public function getAttributeName(); /** - *

New user-defined name of the Attribute that is unique with the Project.

+ *

New user-defined name of the Attribute that is unique to the Project.

*

When using the same name for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned. * An exception to this are the values of an enum or lenum type and sets thereof.

* diff --git a/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameActionBuilder.php b/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameActionBuilder.php index 63ba02f750a..6e768db9a43 100644 --- a/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameActionBuilder.php +++ b/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameActionBuilder.php @@ -44,7 +44,7 @@ public function getAttributeName() } /** - *

New user-defined name of the Attribute that is unique with the Project.

+ *

New user-defined name of the Attribute that is unique to the Project.

*

When using the same name for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned. * An exception to this are the values of an enum or lenum type and sets thereof.

* diff --git a/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameActionModel.php b/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameActionModel.php index 3c8f8cf0fbb..62fc7f26fe7 100644 --- a/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameActionModel.php +++ b/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameActionModel.php @@ -91,7 +91,7 @@ public function getAttributeName() } /** - *

New user-defined name of the Attribute that is unique with the Project.

+ *

New user-defined name of the Attribute that is unique to the Project.

*

When using the same name for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned. * An exception to this are the values of an enum or lenum type and sets thereof.

* diff --git a/references.txt b/references.txt index 598bf6b1d63..721a4f452cd 100644 --- a/references.txt +++ b/references.txt @@ -342,3 +342,4 @@ df53588d26d7953dfdf44166866ca03045f0a70b 55ee33c4d18af345c4e89be226286c56c187a878 e5666d7956fd6de53e41f965b052896d2a2ddd9b 98343f9a365a2f9d4db86190003d00b8682c71d9 +e8f731a742ca2997342b1b5f98121d86c8189a3b