Querying documents with key words only returns the last 25 results
Opened this issue · 2 comments
pierremajor commented
The publication year does not seem to have any effect.
BTW: it seems that a lot of the queries grammar described here http://schema.elsevier.com/dtds/document/bkapi/search/SCOPUSSearchTips.htm is not supported or are ignored by ElsSearch (my main interest is to search by keywords and per year)
bladitoaza commented
replace the second line by:
myDocSrch.execute(client, get_all = True)
Kaaaamraaaan commented
If he does that it will bring back all the results. Is there anyway to get specific number of results?