## Query Param API Examples - [Search queries](http://emberjs.jsbin.com/ucanam/3008) - [Sort: client-side, no refiring of model hook](http://emberjs.jsbin.com/ucanam/2937) - [Sort: server-side, refire model hook](http://emberjs.jsbin.com/ucanam/2942) - [Pagination + Sorting](http://emberjs.jsbin.com/ucanam/2950) - [Boolean values. False value removes QP from URL](http://emberjs.jsbin.com/ucanam/2708/edit) - [Global query params on app route](http://emberjs.jsbin.com/ucanam/2719/edit) - [Opt-in to full transition via refresh()](http://emberjs.jsbin.com/ucanam/2711/edit) - [replaceUrl by changing controller QP property](http://emberjs.jsbin.com/ucanam/2710/edit) - [w/ {{partial}} helper for easy tabbing](http://emberjs.jsbin.com/ucanam/2706) - [link-to with no route name, only QP change](http://emberjs.jsbin.com/ucanam/2718#/about?about[showThing]) - [Complex: serializing textarea content into URL (and subexpressions))](http://emberjs.jsbin.com/ucanam/2703/edit) - [Arrays](http://emberjs.jsbin.com/ucanam/2849)