Raymond Berger
Raymond Berger
@noobCoderVP I have pinged about it in the channel. Perhaps during the community call today @mekarpeles or someone can take a look. Apologies for the delay with this one.
This could also be handy to root out those pesky "no image available" images from Amazon. Like this one: https://ia800505.us.archive.org/view_archive.php?archive=/5/items/m_covers_0012/m_covers_0012_53.zip&file=0012539916-M.jpg 
Was able to quickly grab a list of 40k+ images that have the same dimensions as that particular pesky amazon image (60_40). They have the md5 hash `681e43bb536038b0ecb97ed0c13b5948`. I think...
@scottbarnes I think the question now is do we expect that field to be stripped of `-`? In the edition edit UI it auto strips them and I suppose that...
> When you edited the ISBN for UX Design, did you do anything to cause the ISBN to be moved to the correct field, or did that happen automatically? I...
@benbdeitch I _think_ this could be a relatively tricky issue (@cdrini will have more of an opinion than me) but you can go ahead and try if you'd like.
@benbdeitch that sounds about right. You might be able to write a test for this in the query utils (if that's the right path) to get going as well https://github.com/internetarchive/openlibrary/blob/bee8ab4e369a500e1e31f73d3f06fb88e7c5896f/openlibrary/solr/query_utils.py#L234
Perhaps this is a problem in web.py or infogami?
@benbdeitch awesome job digging into this! That's really a worm hole you've worked through!
I'll take `openlibrary/templates/type/user/edit.html`