# NOT RUN {
out <- jaod_journal_search(query = "bibjson.keywords:heritage")
out
out$results
jaod_journal_search(query = "issn:1544-9173")
jaod_journal_search(query = "publisher:dove")
# sorting
out <- jaod_journal_search(query = "bibjson.keywords:heritage",
sort = "bibjson.eissn:desc")
out$results$bibjson.eissn
# }
Run the code above in your browser using DataLab