Display Search Results
fun DisplaySearchResults(bookList: List<MBook>, text: String, filter: SearchType, navController: NavHostController, viewModel: BookInfoScreenViewModel = viewModel())
This composable is the Display Search Results. It displays all of the results in thumbnail view derived from a book search
Parameters
book List
List
text
String the text to search for
filter
SearchType the type of search
nav Controller
NavController the nav controller
view Model
BookInfoScreenViewModel the viewmodel for the screen