Quote:
Originally Posted by chaley
The other side to put the author links into the author table would be similar. - Read the data from above into a link_dict author_name:link
- Get the author data
- Make a list author_dict of author-name: author_id
- Make an empty dict new_link_dict
- for each name in link_dict check if the name is in author_dict. If so, add author_id:link to new_link_dict
- call cache.set_link_for_authors(new_link_dict)
|
Now the dumb question: How can I see this link in the book details? Or does it appears directly?