1.4.0: Improve queries
If the user requested authors with their quotes, it did one query to get the authors and then one query per each author to get his quotes. Now it loads everything in the first query, then just checks if it is already loaded and that is all. Resolves #13