This is likely a type of URL that will be shared very often. Problem: at the moment, page load will trigger an initial search based on the URL args. Because there are no args (except the selection), a search will be triggered with no args, returning all of Peripleo. Figure out how to handle this in a clean way.
When a selection is made directly (from the auto-suggest dropdown), the resulting URL has the following form:
http://www.example.com/#selected=http%3A%2F%2Fpleiades.stoa.org%2Fplaces%2F128376
This is likely a type of URL that will be shared very often. Problem: at the moment, page load will trigger an initial search based on the URL args. Because there are no args (except the selection), a search will be triggered with no args, returning all of Peripleo. Figure out how to handle this in a clean way.