tosdr / edit.tosdr.org

👍👎 A new web app to rate services
https://edit.tosdr.org
GNU Affero General Public License v3.0
212 stars 37 forks source link

adds mechanism for restoring missing quotes in document annotate view #1087

Closed madoleary closed 2 years ago

madoleary commented 2 years ago

there's an edge case in production where, due to formatting changes picked up by the crawler, the annotate page for certain services is no longer displaying the quotes, even if they still exist in the document. this adds an option to try to 'restore' the quotes by updating the quoteStart and quoteEnd of the point in question based on its new position in the document.

Thanks !