mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Fix #2023 - Change log mentions ignored search parameters in routes.
This commit is contained in:
@@ -3955,6 +3955,11 @@ ActiveRecord::Base.include_root_in_json = false
|
||||
<tt>collection.indexOf(model)</tt> can be used to retrieve the index
|
||||
of a model as necessary.
|
||||
</li>
|
||||
<li>
|
||||
For semantic and cross browser reasons, routes will now ignore search
|
||||
parameters. Routes like <tt>search?query=…&page=3</tt> should become
|
||||
<tt>search/…/3</tt>.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<b class="header">0.9.2</b> — <small><i>March 21, 2012</i></small> — <a href="https://github.com/documentcloud/backbone/compare/0.9.1...0.9.2">Diff</a><br />
|
||||
|
||||
Reference in New Issue
Block a user