The results (for the search for "gm") are generated by inserting the following html snippet in the page:
<script type="text/javascript" src="http://www.oerrecommender.org/search/results.pjs?terms=gm"></script>
You can limit the number of results and provide additional results using the limit and offset standard parameters. Addition you can specify the search language using the locale parameter.
Optionally you narrow a search by specifying the ids of collections to include or exclude. For example:
<script type="text/javascript" src="http://www.oerrecommender.org/search/results.pjs?terms=gm+AND+!feed_id:(31+41+85)"></script>
Excludes the collection with the ids 31, 41, or 85 (OpenLearn) from the search. See the Indexed Collections page to find the ids of the collections.
Use the following styles to style the list:
.oer_recommender_container {}
.oer_recommender_list {}
.oer_recommender_hit_link {}
.oer_recommender_item {}
.oer_recommender_item_description {}