You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Min price and max price search does not work since the database stores price as VARCHAR and comma is added, hence the price search feature breaks since it is trying to compare number with text. I already have 125 cars in database and changing price of every car is not an option. Is there a bulk fix? Help is appreciated
The text was updated successfully, but these errors were encountered:
Min price and max price search does not work since the database stores price as VARCHAR and comma is added, hence the price search feature breaks since it is trying to compare number with text. I already have 125 cars in database and changing price of every car is not an option. Is there a bulk fix? Help is appreciated
The text was updated successfully, but these errors were encountered: