TransparentGovernanceUofA / TransparentGov

Work with the University of Alberta to enable more transparent governance.
Apache License 2.0
2 stars 4 forks source link

#90 URL now contains the search query #93

Closed Jolton closed 6 years ago

Jolton commented 6 years ago

Uses the vue router dynamic route matching, https://router.vuejs.org/en/essentials/dynamic-matching.html

The search query is now appended to the URL which the result page reads and parses to get the search term, this should also be able to handle storing advanced search features as well, we will just have to work out a syntax for that.