Backbone Router Ignoring search route
问题 In need of some help! I'm trying to get my Backbone router to match this route: http://localhost:5150/search_results?utf8=%E2%9C%93&keywords=&location=Norfolk%2C+VA&commit=Search ..And nothing is working. Very frustrating! This is my first try at Backbone, so advice would be awesome. '/search_results?*': 'search_results' # NOPE '/search_results?foo=:foo': 'search_results' # NOPE '/search_results?foo*': 'search_results' # NOPE '/search_results?*queryString': 'search_results' # NOPE 'search