Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SI: Creating a new product via the REST API doesn't make it searchable #237

Closed
WillStrohl opened this issue Jan 21, 2020 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@WillStrohl
Copy link
Member

WillStrohl commented Jan 21, 2020

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 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:

  1. Create a REST API project.
  2. Call the ProductsCreate() endpoint while ensuring that the IsSearchable property is set to true. All other properties can be any value.
  3. Verify that the product shows up in the Catalog > Products area of the administration.
  4. 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.

@WillStrohl WillStrohl self-assigned this Jan 21, 2020
@WillStrohl WillStrohl added the bug label Jan 21, 2020
@WillStrohl WillStrohl added this to the 03.03.00 milestone Jan 21, 2020
WillStrohl added a commit to WillStrohl/hotcakes-commerce-core that referenced this issue Jan 21, 2020
@WillStrohl
Copy link
Member Author

We just finished cooking up a fresh batch of Hotcakes for you. Enjoy! ;)

https://dnncommunity.org/blogs/Post/5689/Hotcakes-Commerce-03-03-00-Release-Marks-a-Major-Milestone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant