Hi
I put in the field "Payment History" word "jędzrejewska" and instead of results I got:
1267 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation 'like' SQL=SELECT p.id,p.user_id,p.coupon_id,p.amount_paid,p.payment_date,u.username,p.payment_type,p.payment_details FROM #__aworewards_payment p LEFT JOIN #__users u ON u.id=p.user_id WHERE p.estore="virtuemart" AND (u.username LIKE '%jędrzejewska%' OR u.name LIKE '%jędrzejewska%' OR p.payment_details LIKE '%jędrzejewska%') ORDER BY p.payment_date DESC LIMIT 0, 20
The same I have in AwoCoupon while looking for coupons.
PHP 7.0.12
AwoRewards 2.2.9
Joomla 3.6.4
Radek