31 32 add synonym field to the table collaborations, coutries and publishers
- Modify the database schema.
- Add the script
mv_dbschema_0815
to modify the schema of existing databases.
- Add the new function
harvest_tools.search_synonym
.
- Add the methods
Automaton.search_collaboration
, Automaton.search_country
and Automaton.search_publisher
.
- Modify the
Msg
class and the harvester view to display the synonym when the record is rejected.
- Update the documentation.
- Add more tests.
- Close #5 (closed), #31 (closed), #32 (closed)