I found the problem.
The avoid query is:
“SELECT wp_term_taxonomy.term_id FROM wp_term_taxonomy INNER JOIN wp_terms USING (term_id) WHERE taxonomy = ‘product_cat’
AND wp_terms.slug IN (”,’collezione-1-dopo’)”
The problem is that the SLUG is not “collezione-1-dopo”, that is the trimmed name, but “col1dopo”. If i change the slug using the trimmed name, all return ok.
Can you correct this in future release and tell me how change by myself the correct line of code?
Thanks