• Randall Leeds's avatar
    Be careful syncing $location.search and queries · b9d3ddad
    Randall Leeds authored
    We shouldn't sync the URL bar with the search query on every route
    update because some routes may have query parameters that are
    irrelevant for search, such as the editor.
    
    Instead, sync them whenever the StreamSearch or (Page)Search route
    controllers initialize.
    
    Fix #1339
    b9d3ddad
streamsearch.coffee 1.92 KB