Recommendation Lists Response Field
The recommendationLists field will be populated if the query is eligible for best bets, database recommendations, or journal title recommendations.
Database Recommendations
Each database recommendation contains the following three fields:
- title – the database title
- description – the brief description of the database
- link – the URL with the library proxy embedded to the database
Example – A recommendationLists element in XML format
<recommendationLists> <recommendationList type="database"> <recommendation title="CINAHL with Full Text" description="The Cumulative Index to Nursing and Allied Health Literature" link="http://proxy.myinstitution.edu/login?URL=http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost"/> </recommendationList> </recommendationLists>
Best Bets
Each best bet contains the following three fields:
- title – the best bet title
- description – the best bet message
- link – the URL to a web page with more details
Example – A recommendationLists element in XML format
<recommendationLists> <recommendationList type="bestBet"> <recommendation icon="null" title="Library Hours" description="<p>Sun: 7am - 10pm &nbsp; &nbsp; Thu: 7am - 10pm</p>
 <p>Mon: 7am - 10pm &nbsp; &nbsp; Fri: 7am - 8pm</p>
 <p>Tue: 7am - 10pm &nbsp; &nbsp; Sat: 10am - 6pm</p>
 <p>Wed: 7am - 10pm</p>" link=""/> </recommendationList> </recommendationLists>
Recommended journal titles
Each journal title recommendation contains the following three fields:
- tfTitle – the title of the recommended journal
- existspublicationtitle– a boolean flag indicating whether or not a journal recommendation was returned
- tfCount – the number of documents in the result set associated with the recommended title
Example – A recommendationLists element in XML format
<recommendationLists> <recommendationList type="journalTitle"> <recommendation tfTitle="plos neglected tropical diseases" existspublicationtitle="true" tfCount="2633"/> </recommendationList> </recommendationLists>