OER Recommender - Example Search Results

Return to home page

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>

Example Search Results

See the Javascript


Supported Request Parameters

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.

locale
Two character code specifying the language to search in. Supported languages are: English (en), Spanish (es), French (fr), Dutch (nl), German (de), Russion (ru), Japanese (ja), and Chinese (zh).

Narrowing Search Results to a Collection

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.

See the Javascript


Styling Search Results

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 {}