Hi i am trying hard to find the way to search the record from the database table. (e.g: Product Details)
The  product details table contains the product names with alphanumeric values like 1000-UI-B , CFBR123.or TRNBK
The problem i am facing is that when the record exists in the database and i try to find it using the lower case or any case format like ( 1000-uI-B , cfbr123.or tRNbK) the record doesn't find from the database table.
here is the code in the screenshot

when i write the exact name of the product it finds it perfectly.
Is there anything need to setup before find method for case insensitive searching?