Create cleanup reports to find invalid capitalization. As per http://www.isfdb.org/wiki/index.php?title=Template:PublicationFields:Title :
For English titles, the ISFDB case regularization rules are as follows: ...
There should be two separate cleanup reports, one for publications and another one for titles. The logic can be similar to:
select title_id from titles where (binary title_title like '% To %' or binary title_title like '% At %') and title_language=17;
Anonymous
Diff:
Diff:
Part 1 - Title records:
Installed in SVN 553 on 2020-10-12. Still need to create a separate cleanup report for publication records.
Part 2 - Fixed a bug with the 1000 record limit:
Installed in SVN 555 on 2020-10-28.
Part 3 - Created a report for publication records:
Installed SVN 567 on 2020-11-17. Closing the FR.