Files
ventas_php/classes
nickpons666 e8b1afdb71 Fix collation issue in productos search by removing BINARY
Removed BINARY keyword from LIKE clauses to allow proper comparison
between UTF-8 search terms and latin1_swedish_ci database values.
BINARY was causing exact match issues preventing search functionality.
2026-01-07 23:26:07 -06:00
..