I am developing one API which is responsible for searching with float values like 99.99 or 67.00.....
,Below query should get the data if we enter 9999
inorder to 99.99
,but i need to show results if the user search with the 99.99
only..
$searchBooks=Books::where("price",$price)->get();