Currently, the client side Javascript is pulling the entire rating table and pulling the ratings it needs from the results. Instead, we should be able to pass the ISBNs of the results as a request body to a route that will just pull out the ratings we need.
Currently, the client side Javascript is pulling the entire rating table and pulling the ratings it needs from the results. Instead, we should be able to pass the ISBNs of the results as a request body to a route that will just pull out the ratings we need.