Sometimes when you search for a book, you get duplicates and it's unclear to the user why. We are rendering results from the Google Books API and it will show the same book multiple times if the book has different dimensions or is a different format, ebook, paperback, hardcover, etc. Either parse through the array that comes back from Google and remove any duplicates or have an icon that displays the format.
Sometimes when you search for a book, you get duplicates and it's unclear to the user why. We are rendering results from the Google Books API and it will show the same book multiple times if the book has different dimensions or is a different format, ebook, paperback, hardcover, etc. Either parse through the array that comes back from Google and remove any duplicates or have an icon that displays the format.