Query Filters
Our Search API introduce query interface which accepts key-value pairs of search criteria (i.e. query filters).
The range of filters available allows you to get desired set of colleges.
Usage format
key[:value][,value_2,...,value_N]
key
is one of the college element properties and value
– its value. Regular filters example
state:ca
program:architecture
Filters could contain multiple values if applicable.
Multi-value filters example
state:ca,nv,or
program:architecture,construction
Some filters could have no values:
No-value filters example
airport
top
Multiple filters could be passed as array or string delimited with /
char.
Multiple filters example
state:ca/program:architecture/top
program:business/degree:doctor,master/env:online/body:large,medium
Follow the complete list of available filters.