Skip to content

Commit

Permalink
Merge pull request #1 from kennisnet/master
Browse files Browse the repository at this point in the history
Sync changes in example.php
  • Loading branch information
DerrickToppert committed Aug 9, 2012
2 parents a5222d3 + 198ddaf commit 0ecfb48
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion example.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,16 @@
$edurep->setParameter( "startRecord", 3 );

# set to return drilldowns, default none
$edurep->setParameter( "x-term-drilldown", "lom.technical.format:5" );
$edurep->setParameter( "x-term-drilldown", "lom.technical.format:5,lom.rights.cost:2" );

# set to return an additional recordschema
# can be called multiple times
$edurep->setParameter( "x-recordSchema", "smbAggregatedData" );

# set recordSchema extra for contributes and classifications
# in the results
$edurep->setParameter( "x-recordSchema", "extra" );

# perform a search for lom records
$edurep->lomSearch();

Expand Down

0 comments on commit 0ecfb48

Please sign in to comment.