You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you create a product using the REST API ProductsCreate() endpoint, it is not added to the search index - even if you correctly set the IsSearchable property to true.
Support Request: 5347
Software Versions
DNN: 08.00.04
Hotcakes: 03.02.01
To Reproduce
Steps to reproduce the behavior:
Create a REST API project.
Call the ProductsCreate() endpoint while ensuring that the IsSearchable property is set to true. All other properties can be any value.
Verify that the product shows up in the Catalog > Products area of the administration.
Try searching for the product in the Hotcakes Commerce search view using any value in the product title or description.
Expected behavior
The product is found when searching for it.
Actual behavior
The product is not found. It will not be available in the search index until the product is updated again using any existing method of updating it.
The text was updated successfully, but these errors were encountered:
Describe the bug
If you create a product using the REST API
ProductsCreate()
endpoint, it is not added to the search index - even if you correctly set theIsSearchable
property totrue
.Support Request: 5347
Software Versions
To Reproduce
Steps to reproduce the behavior:
ProductsCreate()
endpoint while ensuring that theIsSearchable
property is set totrue
. All other properties can be any value.Expected behavior
The product is found when searching for it.
Actual behavior
The product is not found. It will not be available in the search index until the product is updated again using any existing method of updating it.
The text was updated successfully, but these errors were encountered: