plugin ver. 1.21
[includes/class-aws-search.php:348]
function wc_get_product() maybe return false and to invoke a 500 error on $product->get_title();
Use 350 str:
if( !is_a($product, 'WC_Product') )
continue;
to get around it.
regards.