Open
Description
If column is bigint, then datatable considers it a string. Empty string.
@view_columns ||= {barcode: { source: 'Product.barcode', cond: :eq, orderable: false }}
barcode = 123123123
SELECT "products".* FROM "products" WHERE "products"."barcode" = 123123123
barcode = 96749800858
SELECT "products".* FROM "products" WHERE CAST("products"."barcode" AS VARCHAR) ILIKE ''