Sample Queries

Look-up a standard by GUID:
../search?bq=(and+exact_match:'6FAED174A2944dfeAA00D24C2CFBE708'+authority_status:'Original')&return-fields=description,statement_notation,identifier,exact_match,alt_statement_notation&size=1
*Used in the Look-up Demo
Get all jurisdictions, sorted alphabetically:
../search?bq=fct_type:'Standard+Document'&facet=fct_jurisdiction&facet-fct_jurisdiction-top-n=75&facet-fct_jurisdiction-sort=alpha
Get all published Florida standard documents, return the titles and dates, sorted by date:
../search?bq=(and+jurisdiction:'Florida'+type:'Standard+Document'+publication_status:'Published')&return-fields=title,date_valid&rank=-date_valid&size=75
Get all the Kindergarten, "top-level" statements for the Common Core Math Standards Document to start building out a hierarchical display:
../search?bq=(and+is_child_of:'http://asn.jesandco.org/resources/D10003FB'+education_level:'K')&return-fields=description,education_level,statement_label,statement_notation,comment,identifier&rank=-statement_label&size=100
Get all the Kindergarten, child statements for the statement, "Operations and Algebraic Thinking" i.e. ASN URI (http://asn.jesandco.org/resources/S114340A) :
../search?bq=(and+is_child_of:'http://asn.jesandco.org/resources/S114340A'+education_level:'K')&return-fields=description,education_level,statement_label,statement_notation,list_id,comment,has_child&rank=list_id&size=100
Get all variations of a particular Common Core State Standard:
../search?bq=(and+authority_status:'Derived'+(or+exact_match:'http://corestandards.org/Math/Content/K/CC/A/1+is_version_of:'http://corestandards.org/Math/Content/K/CC/A/1')&return-fields=jurisdiction,description,statement_notation,alt_statement_notation,exact_match&rank=jurisdiction&size=50
Find same grade siblings using known URI (http://asn.jesandco.org/resources/S1142589) and its known parent (http://asn.jesandco.org/resources/S11424B4):
../search?bq=(and+is_child_of:'http://asn.jesandco.org/resources/S11424B4'+education_level:'K'+(not+identifier:'http://asn.jesandco.org/resources/S1142589'))&return-fields=description,education_level&size=10
Find the last 10 Standard Documents that were modified or added:
../search?bq=(and+type:'Standard_Document')&return-fields=title,date_modified&rank=-date_modified&size=10
*Used in the Recently Added Demo