zdavatz / ymeteor

Parsing Swissmedic, Pharmnet, HCP, DHCP, Chargenrückrufe, Drugshortages, PEI with Meteor
https://ywesee.com
GNU General Public License v3.0
4 stars 3 forks source link

make URL out of search term and set anchor #43

Closed zdavatz closed 4 years ago

zdavatz commented 4 years ago

make a URL out of the search term and create an anchor for every item, i.e.

If you search for N02BA51 an hit enter the URL will show: "http://localhost:3000/N02BA51".

The URL http://localhost:3000/N02BA51#4 will jump to item 4 in the list.

zdavatz commented 4 years ago

The goal of this is to be able to send out links to direct results and use the forward and backwards button.

zdavatz commented 4 years ago

using https://github.com/kadirahq/flow-router according to https://guide.meteor.com/routing.html

hamzamu commented 4 years ago
zdavatz commented 4 years ago

latest-screenshot