CINXE.COM

Bug #127793 “Scanned books marked as serials aren't included in ...” : Bugs : Open Library

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://bugs.launchpad.net/openlibrary/+bug/127793/+index" /> <meta charset="UTF-8" /> <title>Bug #127793 “Scanned books marked as serials aren't included in ...” : Bugs : Open Library</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link rel="canonical" href="https://bugs.launchpad.net/bugs/127793" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/bugs/127793/bug.atom" title="Bug 127793 Feed" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev419ba3bacb6daab6277d21076d6369a2b1ffe680/combo.css" /> <meta name="description" content="Some catalogue records are missing for Douglas Lurton. Editing/reopening this bug as it is an important regression test. This book is missing from Open Library, because the MARC record says it is a serial: http://www.archive.org/details/yourlifepopularg21lurtrich When we include serials in Open Library this item will be included." /> <meta property="og:description" content="Some catalogue records are missing for Douglas Lurton. Editing/reopening this bug as it is an important regression test. This book is missing from Open Library, because the MARC record says it is a serial: http://www.archive.org/details/yourlifepopularg21lurtrich When we include serials in Open Library this item will be included." /> <meta property="og:title" content="Bug #127793 “Scanned books marked as serials aren't included in ...” : Bugs : Open Library" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://bugs.launchpad.net/bugs/127793" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev419ba3bacb6daab6277d21076d6369a2b1ffe680/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev419ba3bacb6daab6277d21076d6369a2b1ffe680/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev419ba3bacb6daab6277d21076d6369a2b1ffe680/?lp/', comboBase: '/+combo/rev419ba3bacb6daab6277d21076d6369a2b1ffe680/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> <script type="text/javascript" id="available-official-tags-js">var available_official_tags = ["api", "ariel", "covers", "i18n", "language", "lending", "marc", "rdf", "search", "types", "works"];</script> <script type="text/javascript"> LPJS.use('base', 'node', 'oop', 'event', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.code.branchmergeproposal.diff', 'lp.app.comment', 'lp.services.messages.edit', function(Y) { Y.on('domready', function() { Y.lp.code.branchmergeproposal.diff.connect_diff_links(); Y.lp.bugs.bugtask_index.setup_bugtask_index(); Y.lp.bugs.bugtask_index.setup_bugtask_table(); LP.cache.comment_context = LP.cache.bug; var cl = new Y.lp.app.comment.CommentList(); cl.render(); var sl = new Y.lp.bugs.subscribers.createBugSubscribersLoader({ container_box: '#other-bug-subscribers', subscribers_details_view: '/+bug-portlet-subscribers-details', subscribe_someone_else_link: '.menu-link-addsubscriber' }, window); Y.lp.services.messages.edit.setup(); }); }); </script> <style type="text/css"> /* Align the 'add comment' link to the right of the comment box. */ #add-comment-form textarea { width: 100%; } #add-comment-form { max-width: 60em; padding-bottom: 4em; } #add-comment-form .actions {float: right;} .buglink-summary dd { font-size: 10px; } a#privacy-link:link:hover, a#privacy-link:visited:hover {text-decoration:none;} </style> <style type="text/css"> .yui3-overlay .value label { /* It normally makes sense for form labels to be bold, but since this form consists only of radio buttons, there's nothing but labels so we just get wall-to-wall bold. */ font-weight: normal !important; } </style> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-bugs main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://bugs.launchpad.net/openlibrary/+bug/127793/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/openlibrary"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/35799906/ol-launchpad.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/openlibrary">Open Library</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/openlibrary">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/openlibrary">Code</a></li> <li class="bugs active"><a href="https://bugs.launchpad.net/openlibrary">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/openlibrary">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/openlibrary">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/openlibrary">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <h1 id="edit-title"> <span class="yui3-editable_text-text ellipsis" style="max-width: 95%;"> Scanned books marked as serials aren't included in Open Library </span> </h1> <div id="registration" class="registering"> Bug #127793 reported by <a href="https://launchpad.net/~brewster" class="sprite person">brewster</a> <time title="2007-07-23 18:43:11 UTC" datetime="2007-07-23T18:43:11.199699+00:00">on 2007-07-23</time> </div> </div> <div id="request-notifications"> </div> <div> <div id="bug-is-duplicate"> </div> <div style="float: right;"> <span><a href="/+help-bugs/bug-heat.html" target="help" class="sprite flame">10</a></span> </div> <table id="affected-software" class="listing"> <thead> <tr> <th colspan="2">Affects</th> <th>Status</th> <th>Importance</th> <th>Assigned to</th> <th>Milestone</th> </tr> </thead> <tbody> <tr class="highlight" id="tasksummary145303"> <td> </td> <td> <span id="bugtarget-picker-tasksummary145303"> <span class="yui3-activator-data-box"> <a class="sprite product" href="https://bugs.launchpad.net/openlibrary">Open Library</a> </span> <div class="yui3-activator-message-box yui3-activator-hidden"></div> </span> </td> <td style="width: 20%; vertical-align: middle"> <div class="status-content" style="width: 100%; float: left"> <span style="float: left" class="value statusCONFIRMED">Confirmed</span> </div> </td> <td style="width: 15em; vertical-align: middle"> <div class="importance-content" style="width: 100%; float: left"> <span style="float: left" class="value importanceMEDIUM">Medium</span> </div> </td> <td style="width:20%; margin: 0; padding: 0; vertical-align: middle; padding-left: 0.5em"> <span id="assignee-picker-tasksummary145303"> <span class="yui3-activator-data-box"> <a class="sprite person" href="https://launchpad.net/~edwardbetts">Edward Betts</a> </span> <div class="yui3-activator-message-box yui3-activator-hidden"></div> </span> </td> <td style="width: 20%; vertical-align: middle"> <div class="milestone-content" style="width: 100%; float: left"> <a class="value" href=""></a> </div> </td> </tr> </tbody> </table> <div id="maincontentsub"> <div class="top-portlet"> <div itemprop="mainContentOfPage" class="report"> <div> <div class="lazr-multiline-edit" id="edit-description"> <div class="clearfix"> <h3>Bug Description</h3> </div> <div class="yui3-editable_text-text"><p>Some catalogue records are missing for Douglas Lurton. Editing/reopening this bug as it is an important regression test.</p> <p>This book is missing from Open Library, because the MARC record says it is a serial:</p> <p><a rel="nofollow" href="http://www.archive.org/details/yourlifepopularg21lurtrich">http://<wbr />www.archive.<wbr />org/details/<wbr />yourlifepopular<wbr />g21lurtrich</a></p> <p>When we include serials in Open Library this item will be included.</p></div> </div> </div> <div style="margin:-10px 0 20px 5px" class="clearfix"> <span>See <a href="comments/0">original description</a></span> </div> <div id="bug-tags"> <span id="tags-heading"> </span> <span id="tag-list"> </span> </div> <script type="text/javascript"> LPJS.use('event', 'node', 'lp.bugs.tags_entry', function(Y) { Y.on('domready', function(e) { Y.lp.bugs.tags_entry.setup_tag_entry( available_official_tags); }, window); }); </script> <div class="clearfix"></div> </div> <div id="branches-and-cves"> <div id="bug-branches-container" style="float: left"> </div><!-- bug-branch-container --> <div class="clearfix"></div> </div> <!-- branches and CVEs --> </div> <div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/openlibrary/+bug/127793/comments/1" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~aaronsw" class="sprite person">Aaron Swartz (aaronsw)</a> wrote <time itemprop="commentTime" datetime="2007-07-23T19:22:39.024448+00:00" title="2007-07-23 19:22:39 UTC">on 2007-07-23</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/openlibrary/+bug/127793/comments/1"> #1</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>This may be the same + quoting problem.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">This may be the same + quoting problem.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in openlibrary: </td> </tr> <tr> <td style="text-align: right;"> <b>assignee</b>: </td> <td> nobody &#8594; solrize </td> </tr> <tr> <td style="text-align: right;"> <b>importance</b>: </td> <td> Undecided &#8594; Medium </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> New &#8594; Confirmed </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/openlibrary/+bug/127793/comments/2" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~solrize" class="sprite person">solrize (solrize)</a> wrote <time itemprop="commentTime" datetime="2007-07-23T19:53:55.007664+00:00" title="2007-07-23 19:53:55 UTC">on 2007-07-23</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/openlibrary/+bug/127793/comments/2"> #2</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Let&#x27;s see what happens after the reindex, to get the author text names instead of the tdb names. See also <a rel="nofollow" href="https://bugs.launchpad.net/openlibrary/+bug/126816">https:/<wbr />/bugs.launchpad<wbr />.net/openlibrar<wbr />y/+bug/<wbr />126816</a> second item which describes assigning unique tokens to facet labels, to prevent terms in the facet labels from garbling up the nested searches. Alexis and I just discovered that newegg.com seems to do something similar (using numbers instead of alphabetic strings) for its faceting so that sort of validates the idea.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Let's see what happens after the reindex, to get the author text names instead of the tdb names. See also https://bugs.launchpad.net/openlibrary/+bug/126816 second item which describes assigning unique tokens to facet labels, to prevent terms in the facet labels from garbling up the nested searches. Alexis and I just discovered that newegg.com seems to do something similar (using numbers instead of alphabetic strings) for its faceting so that sort of validates the idea.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/openlibrary/+bug/127793/comments/3" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~solrize" class="sprite person">solrize (solrize)</a> wrote <time itemprop="commentTime" datetime="2007-08-03T21:48:13.530995+00:00" title="2007-08-03 21:48:13 UTC">on 2007-08-03</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/openlibrary/+bug/127793/comments/3"> #3</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>With the new index, the (douglas lurton) search finds 4 books.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">With the new index, the (douglas lurton) search finds 4 books.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in openlibrary: </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> Confirmed &#8594; In Progress </td> </tr> </table> </div> </div> <div class="boardComment"> <div class="boardCommentDetails"> <a href="https://launchpad.net/~solrize" class="sprite person">solrize (solrize)</a> <time title="2007-09-13 00:16:25 UTC" datetime="2007-09-13T00:16:25.495103+00:00">on 2007-09-13</time> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in openlibrary: </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> In Progress &#8594; Fix Committed </td> </tr> </table> </div> </div> <div class="boardComment"> <div class="boardCommentDetails"> <a href="https://launchpad.net/~solrize" class="sprite person">solrize (solrize)</a> <time title="2007-10-19 21:46:35 UTC" datetime="2007-10-19T21:46:35.478918+00:00">on 2007-10-19</time> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in openlibrary: </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> Fix Committed &#8594; Fix Released </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/openlibrary/+bug/127793/comments/4" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~solrize" class="sprite person">solrize (solrize)</a> wrote <time itemprop="commentTime" datetime="2008-04-18T23:16:29.444327+00:00" title="2008-04-18 23:16:29 UTC">on 2008-04-18</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/openlibrary/+bug/127793/comments/4"> #4</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Reopen: I think at least two of these books have been scanned, but they no longer show up as having scans available.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Reopen: I think at least two of these books have been scanned, but they no longer show up as having scans available. </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/openlibrary/+bug/127793/comments/5" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~solrize" class="sprite person">solrize (solrize)</a> wrote <time itemprop="commentTime" datetime="2008-12-08T20:18:41.081290+00:00" title="2008-12-08 20:18:41 UTC">on 2008-12-08</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/openlibrary/+bug/127793/comments/5"> #5</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>BK brought this up at the books meeting today. I had thought the scanned books were showing up more recently than April but now I&#x27;m not absolutely sure. Anyway, archive.org search shows exactly one Douglas Lurton book:</p> <p><a rel="nofollow" href="http://www.archive.org/search.php?query=douglas+lurton">http://<wbr />www.archive.<wbr />org/search.<wbr />php?query=<wbr />douglas+<wbr />lurton</a></p> <p>finds</p> <p><a rel="nofollow" href="http://www.archive.org/details/thepowerofposit00lurtmiss">http://<wbr />www.archive.<wbr />org/details/<wbr />thepowerofposit<wbr />00lurtmiss</a></p> <p>A similar openlibrary search for &quot;douglas lurton&quot; finds (among others) this book as</p> <p><a rel="nofollow" href="http://openlibrary.org/b/OL6071081M">http://<wbr />openlibrary.<wbr />org/b/OL6071081<wbr />M</a></p> <p>going to the history page for that book and viewing the MARC record shows that it&#x27;s not the same record as the one in the IA search engine. Examination of the most recent OL Json dump shows that this is the only OL record for the book. Looking at the update log after the json dump doesn&#x27;t show any new records for the book, but there is some chance that the log is incomplete, so I&#x27;m hoping to get a new json dump soon. The current update log still has some malformed records discussed in another bug.</p> <p>My guess is that we have gotten MARC records for this book from two or more different sources, and deduplication has thrown out all but one of them, which is not the IA one. Any thoughts?</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">BK brought this up at the books meeting today. I had thought the scanned books were showing up more recently than April but now I'm not absolutely sure. Anyway, archive.org search shows exactly one Douglas Lurton book: http://www.archive.org/search.php?query=douglas+lurton finds http://www.archive.org/details/thepowerofposit00lurtmiss A similar openlibrary search for "douglas lurton" finds (among others) this book as http://openlibrary.org/b/OL6071081M going to the history page for that book and viewing the MARC record shows that it's not the same record as the one in the IA search engine. Examination of the most recent OL Json dump shows that this is the only OL record for the book. Looking at the update log after the json dump doesn't show any new records for the book, but there is some chance that the log is incomplete, so I'm hoping to get a new json dump soon. The current update log still has some malformed records discussed in another bug. My guess is that we have gotten MARC records for this book from two or more different sources, and deduplication has thrown out all but one of them, which is not the IA one. Any thoughts? </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/openlibrary/+bug/127793/comments/6" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~solrize" class="sprite person">solrize (solrize)</a> wrote <time itemprop="commentTime" datetime="2008-12-08T20:43:36.651364+00:00" title="2008-12-08 20:43:36 UTC">on 2008-12-08</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/openlibrary/+bug/127793/comments/6"> #6</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Note: IA search also appears to be missing several of these. Metamanager finds:</p> <p><a rel="nofollow" href="http://www.archive.org/details/homebookcomplete00lurtrich">http://<wbr />www.archive.<wbr />org/details/<wbr />homebookcomplet<wbr />e00lurtrich</a><br /> <a rel="nofollow" href="http://www.archive.org/details/yourlifepopularg21lurtrich">http://<wbr />www.archive.<wbr />org/details/<wbr />yourlifepopular<wbr />g21lurtrich</a><br /> <a rel="nofollow" href="http://www.archive.org/details/mymothersbiblesc00lurtrich">http://<wbr />www.archive.<wbr />org/details/<wbr />mymothersbibles<wbr />c00lurtrich</a><br /> <a rel="nofollow" href="http://www.archive.org/details/completehomebook00lurtrich">http://<wbr />www.archive.<wbr />org/details/<wbr />completehomeboo<wbr />k00lurtrich</a><br /> <a rel="nofollow" href="http://www.archive.org/details/spiritualstrengt00lurtrich">http://<wbr />www.archive.<wbr />org/details/<wbr />spiritualstreng<wbr />t00lurtrich</a><br /> <a rel="nofollow" href="http://www.archive.org/details/makemostofyourli00lurtrich">http://<wbr />www.archive.<wbr />org/details/<wbr />makemostofyourl<wbr />i00lurtrich</a><br /> <a rel="nofollow" href="http://www.archive.org/details/thepowerofposit00lurtmiss">http://<wbr />www.archive.<wbr />org/details/<wbr />thepowerofposit<wbr />00lurtmiss</a></p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Note: IA search also appears to be missing several of these. Metamanager finds: http://www.archive.org/details/homebookcomplete00lurtrich http://www.archive.org/details/yourlifepopularg21lurtrich http://www.archive.org/details/mymothersbiblesc00lurtrich http://www.archive.org/details/completehomebook00lurtrich http://www.archive.org/details/spiritualstrengt00lurtrich http://www.archive.org/details/makemostofyourli00lurtrich http://www.archive.org/details/thepowerofposit00lurtmiss </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div class="boardComment"> <div class="boardCommentDetails"> <a href="https://launchpad.net/~solrize" class="sprite person">solrize (solrize)</a> <time title="2008-12-09 06:55:20 UTC" datetime="2008-12-09T06:55:20.198715+00:00">on 2008-12-09</time> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td style="text-align: right;"> <b>description</b>: </td> <td> updated </td> </tr> <tr> <td colspan="2">Changed in openlibrary: </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> Fix Released &#8594; Confirmed </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/openlibrary/+bug/127793/comments/7" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~solrize" class="sprite person">solrize (solrize)</a> wrote <time itemprop="commentTime" datetime="2008-12-09T22:36:08.331272+00:00" title="2008-12-09 22:36:08 UTC">on 2008-12-09</time><span class="editable-message-last-edit-date">: </span> <a href="/openlibrary/+bug/127793/comments/7"> <strong>Re: Missing "Douglas Lurton" records</strong> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/openlibrary/+bug/127793/comments/7"> #7</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>I spoke with Edward online last night about this and he agrees about the deduplication theory.</p> <p>We should make sure during import/<wbr />deduplication that scan availability doesn&#x27;t get separated from catalogue records of scanned books, even if we end up using catalogue data from some other source for the general bibliographic info about that book.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">I spoke with Edward online last night about this and he agrees about the deduplication theory. We should make sure during import/deduplication that scan availability doesn't get separated from catalogue records of scanned books, even if we end up using catalogue data from some other source for the general bibliographic info about that book. </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/openlibrary/+bug/127793/comments/8" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~solrize" class="sprite person">solrize (solrize)</a> wrote <time itemprop="commentTime" datetime="2008-12-09T23:13:53.691756+00:00" title="2008-12-09 23:13:53 UTC">on 2008-12-09</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/openlibrary/+bug/127793/comments/8"> #8</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Note, of the above Archive identifiers, thepowerofposit<wbr />00lurtmiss is the only one found in the IA solr.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Note, of the above Archive identifiers, thepowerofposit00lurtmiss is the only one found in the IA solr.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/openlibrary/+bug/127793/comments/9" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~solrize" class="sprite person">solrize (solrize)</a> wrote <time itemprop="commentTime" datetime="2009-01-31T06:09:31.342134+00:00" title="2009-01-31 06:09:31 UTC">on 2009-01-31</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/openlibrary/+bug/127793/comments/9"> #9</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Turning this over to Edward since it&#x27;s a data import issue.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Turning this over to Edward since it's a data import issue.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in openlibrary: </td> </tr> <tr> <td style="text-align: right;"> <b>assignee</b>: </td> <td> solrize &#8594; edward-debian </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/openlibrary/+bug/127793/comments/10" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~edwardbetts" class="sprite person">Edward Betts (edwardbetts)</a> wrote <time itemprop="commentTime" datetime="2009-04-18T11:47:05.877748+00:00" title="2009-04-18 11:47:05 UTC">on 2009-04-18</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/openlibrary/+bug/127793/comments/10"> #10</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Jonathan Rochkind &lt;email address hidden&gt; gave another example:</p> <p><a rel="nofollow" href="http://www.archive.org/search.php?query=title:%22sinners+in+the+hands+of+an+angry+god%22+AND+%28mediatype:texts%29">http://<wbr />www.archive.<wbr />org/search.<wbr />php?query=<wbr />title:%<wbr />22sinners+<wbr />in+the+<wbr />hands+of+<wbr />an+angry+<wbr />god%22+<wbr />AND+%28mediatyp<wbr />e:texts%<wbr />29</a></p> <p><a rel="nofollow" href="http://openlibrary.org/search?q=Sinners+in+the+hands+of+an+angry+God&amp;ftokens=mhsncqbxgkup">http://<wbr />openlibrary.<wbr />org/search?<wbr />q=Sinners+<wbr />in+the+<wbr />hands+of+<wbr />an+angry+<wbr />God&amp;ftokens=<wbr />mhsncqbxgkup</a></p> <p>I must let Jonathan know when this bug is fixed.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Jonathan Rochkind &lt;rochkind@jhu.edu&gt; gave another example: http://www.archive.org/search.php?query=title:%22sinners+in+the+hands+of+an+angry+god%22+AND+%28mediatype:texts%29 http://openlibrary.org/search?q=Sinners+in+the+hands+of+an+angry+God&amp;ftokens=mhsncqbxgkup I must let Jonathan know when this bug is fixed.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div class="boardComment"> <div class="boardCommentDetails"> <a href="https://launchpad.net/~edwardbetts" class="sprite person">Edward Betts (edwardbetts)</a> <time title="2010-08-18 22:24:50 UTC" datetime="2010-08-18T22:24:50.923887+00:00">on 2010-08-18</time> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in openlibrary: </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> Confirmed &#8594; Fix Released </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> Fix Released &#8594; Confirmed </td> </tr> <tr> <td style="text-align: right;"> <b>description</b>: </td> <td> updated </td> </tr> <tr> <td style="text-align: right;"> <b>summary</b>: </td> <td> - Missing &quot;Douglas Lurton&quot; records<br />+ Scanned books marked as serials aren&#x27;t included in Open Library </td> </tr> </table> </div> </div> <div style="float: right;"> <a class="menu-link-activitylog" href="https://bugs.launchpad.net/openlibrary/+bug/127793/+activity">See full activity log</a> </div> <div class="clearfix"></div> <div align="center" id="add-comment-login-first"> To post a comment you must <a href="+login?comments=all">log in</a>. </div> </div><!-- class="top-portlet" --> </div><!--- id="maincontentsub"--> <div> <div id="duplicate-form-container"></div> <div id="privacy-form-container"></div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="involvement" class="portlet"> <ul class="involvement"> <li class="single"> <a class="sprite bugs" href="/openlibrary/+filebug"> Report a bug </a> </li> </ul> </div> <div id="privacy" class="first portlet public"> <div id="privacy-text"> <span id="information-type-summary" class="sprite public">This report contains <strong id="information-type">Public</strong> information </span>&nbsp; <div id="information-type-description" style="padding-top: 5px">Everyone can see this information. </div> </div> </div> <div id="portlet-actions" class="portlet vertical"> <ul id="duplicate-actions"> </ul> <ul id="lock-status-actions"> </ul> </div> <div class="portlet" id="portlet-duplicates"> <h2>Duplicates of this bug</h2> <ul> <li> <a class="sprite bug" href="https://bugs.launchpad.net/openlibrary/+bug/126458" title="e. o. wilson ants search doesn't work"> Bug #126458</a> </li> </ul> </div> <div class="portlet vertical" id="portlet-subscription"> <div class="section"> <div id="current_user_subscription" class="False"> <span>You are</span> <a class="menu-link-subscription sprite modify edit" href="/openlibrary/+bug/127793/+subscribe"> not directly subscribed to this bug's notifications. </a> </div> <div id="sub-unsub-spinner">Subscribing...</div> <ul> <li><a class="menu-link-editsubscriptions sprite modify edit" href="https://bugs.launchpad.net/openlibrary/+bug/127793/+subscriptions" title="View and change your subscriptions to this bug">Edit bug mail</a></li> </ul> </div> <script type="text/javascript"> LPJS.use('io-base', 'node', 'lp.bugs.bugtask_index.portlets.subscription', function(Y) { Y.on('domready', function() { Y.lp.bugs.bugtask_index.portlets.subscription.initialize(); }); }); </script> </div> <div class="portlet vertical" id="portlet-subscribers"> <h2>Other bug subscribers</h2> <div> <div><a class="menu-link-addsubscriber sprite add" href="https://bugs.launchpad.net/openlibrary/+bug/127793/+addsubscriber" title="Launchpad will email that person whenever this bugs changes">Subscribe someone else</a></div> </div> <div id="other-bug-subscribers"></div> </div> <div class="portlet" id="portlet-watches"> <h2>Remote bug watches</h2> <ul> </ul> <p>Bug watches keep track of this bug in other bug trackers.</p> </div> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/+tour">Take the tour</a> &nbsp;&bull;&nbsp; <a href="https://help.launchpad.net/">Read the guide</a> &nbsp; <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> &copy; 2004 <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/legal">Terms of use</a> &nbsp;&bull;&nbsp; <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> &nbsp;&bull;&nbsp; <a href="/feedback">Contact Launchpad Support</a> &nbsp;&bull;&nbsp; <a href="http://blog.launchpad.net/">Blog</a> &nbsp;&bull;&nbsp; <a href="https://canonical.com/careers">Careers</a> &nbsp;&bull;&nbsp; <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> &nbsp;&bull;&nbsp; 419ba3b (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "bug": {"self_link": "https://bugs.launchpad.net/api/devel/bugs/127793", "web_link": "https://bugs.launchpad.net/bugs/127793", "resource_type_link": "https://bugs.launchpad.net/api/devel/#bug", "id": 127793, "private": false, "information_type": "Public", "name": null, "title": "Scanned books marked as serials aren't included in Open Library", "description": "Some catalogue records are missing for Douglas Lurton. Editing/reopening this bug as it is an important regression test.\n\nThis book is missing from Open Library, because the MARC record says it is a serial:\n\nhttp://www.archive.org/details/yourlifepopularg21lurtrich\n\nWhen we include serials in Open Library this item will be included.", "owner_link": "https://bugs.launchpad.net/api/devel/~brewster", "bug_tasks_collection_link": "https://bugs.launchpad.net/api/devel/bugs/127793/bug_tasks", "duplicate_of_link": null, "date_created": "2007-07-23T18:43:11.199699+00:00", "activity_collection_link": "https://bugs.launchpad.net/api/devel/bugs/127793/activity", "subscriptions_collection_link": "https://bugs.launchpad.net/api/devel/bugs/127793/subscriptions", "date_last_updated": "2010-08-18T22:26:27.916553+00:00", "who_made_private_link": null, "date_made_private": null, "heat": 10, "bug_watches_collection_link": "https://bugs.launchpad.net/api/devel/bugs/127793/bug_watches", "cves_collection_link": "https://bugs.launchpad.net/api/devel/bugs/127793/cves", "vulnerabilities_collection_link": "https://bugs.launchpad.net/api/devel/bugs/127793/vulnerabilities", "duplicates_collection_link": "https://bugs.launchpad.net/api/devel/bugs/127793/duplicates", "attachments_collection_link": "https://bugs.launchpad.net/api/devel/bugs/127793/attachments", "security_related": false, "latest_patch_uploaded": null, "tags": [], "date_last_message": "2009-04-18T11:47:05.877748+00:00", "number_of_duplicates": 1, "message_count": 11, "users_affected_count": 0, "users_unaffected_count": 0, "users_affected_collection_link": "https://bugs.launchpad.net/api/devel/bugs/127793/users_affected", "users_unaffected_collection_link": "https://bugs.launchpad.net/api/devel/bugs/127793/users_unaffected", "users_affected_count_with_dupes": 0, "other_users_affected_count_with_dupes": 0, "users_affected_with_dupes_collection_link": "https://bugs.launchpad.net/api/devel/bugs/127793/users_affected_with_dupes", "messages_collection_link": "https://bugs.launchpad.net/api/devel/bugs/127793/messages", "lock_status": "Unlocked", "lock_reason": null, "linked_branches_collection_link": "https://bugs.launchpad.net/api/devel/bugs/127793/linked_branches", "linked_merge_proposals_collection_link": "https://bugs.launchpad.net/api/devel/bugs/127793/linked_merge_proposals", "http_etag": "\"fba2038ead9ae6f10b7d30ecf897e2b4950e1ee0-06ee86f952d286b813160b6a2eecf55d127622e9\""}, "subscribers_portlet_url_data": {"web_link": "https://bugs.launchpad.net/bugs/127793", "self_link": "https://bugs.launchpad.net/api/devel/bugs/127793"}, "total_comments_and_activity": 27, "initial_comment_batch_offset": 41, "first visible_recent_comment": -30, "bugtask_data": {"145303": {"id": 145303, "row_id": "tasksummary145303", "form_row_id": "task145303", "bugtask_path": "/openlibrary/+bug/127793", "prefix": "openlibrary", "targetname": "Open Library", "bug_title": "Scanned books marked as serials aren't included in Open Library", "assignee_value": "edwardbetts", "assignee_is_team": false, "assignee_vocabulary": "AllUserTeamsParticipation", "assignee_vocabulary_filters": [], "hide_assignee_team_selection": true, "user_can_unassign": false, "user_can_delete": false, "delete_link": "https://bugs.launchpad.net/openlibrary/+bug/127793/+delete", "target_is_product": true, "status_widget_items": [{"name": "Confirmed", "value": "Confirmed", "description": "Verified by someone other than the reporter.\n", "description_css_class": "choice-description", "style": "", "help": "", "disabled": false, "css_class": "statusCONFIRMED"}], "status_value": "Confirmed", "importance_widget_items": "[]", "importance_value": "Medium", "milestone_widget_items": "[]", "milestone_value": null, "user_can_edit_assignee": false, "user_can_edit_milestone": false, "user_can_edit_status": false, "user_can_edit_importance": false}}, "information_type_data": {"PUBLIC": {"value": "PUBLIC", "description": "Everyone can see this information.\n", "name": "Public", "order": 0, "is_private": false, "description_css_class": "choice-description"}, "PUBLICSECURITY": {"value": "PUBLICSECURITY", "description": "Everyone can see this security related information.\n", "name": "Public Security", "order": 1, "is_private": false, "description_css_class": "choice-description"}, "PRIVATESECURITY": {"value": "PRIVATESECURITY", "description": "Only the security group can see this information.\n ", "name": "Private Security", "order": 2, "is_private": true, "description_css_class": "choice-description"}, "USERDATA": {"value": "USERDATA", "description": "Only shared with users permitted to see private user information.\n", "name": "Private", "order": 3, "is_private": true, "description_css_class": "choice-description"}}, "bug_is_private": false, "context": {"self_link": "https://bugs.launchpad.net/api/devel/openlibrary/+bug/127793", "web_link": "https://bugs.launchpad.net/openlibrary/+bug/127793", "resource_type_link": "https://bugs.launchpad.net/api/devel/#bug_task", "bug_link": "https://bugs.launchpad.net/api/devel/bugs/127793", "milestone_link": null, "status": "Confirmed", "status_explanation": null, "importance": "Medium", "importance_explanation": null, "assignee_link": "https://bugs.launchpad.net/api/devel/~edwardbetts", "bug_target_display_name": "Open Library", "bug_target_name": "openlibrary", "bug_watch_link": null, "date_assigned": "2007-07-23T19:22:39.211754+00:00", "date_created": "2007-07-23T18:43:11.199699+00:00", "date_confirmed": "2007-07-23T19:22:39.206661+00:00", "date_incomplete": null, "date_in_progress": null, "date_closed": null, "date_left_new": null, "date_triaged": null, "date_fix_committed": null, "date_fix_released": null, "date_left_closed": "2010-08-18T22:25:00.888146+00:00", "owner_link": "https://bugs.launchpad.net/api/devel/~brewster", "target_link": "https://bugs.launchpad.net/api/devel/openlibrary", "title": "Bug #127793 in Open Library: \"Scanned books marked as serials aren't included in Open Library\"", "related_tasks_collection_link": "https://bugs.launchpad.net/api/devel/openlibrary/+bug/127793/related_tasks", "is_complete": false, "http_etag": "\"b99b8881f2b74965c106b7bf781f40949f39bd68-203c8a2a3f43c40be6d1addf0f6a556e6f9ba060\""}};</script> </body> <!-- Facet name: bugs Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 51 queries/external actions issued in 0.82 seconds Features: {'profiling.enabled': None, 'hard_timeout': '9000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'bugs.affected_count_includes_dupes.disabled': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r419ba3b --> </html>

Pages: 1 2 3 4 5 6 7 8 9 10