grails / grails-guides

Repository for Guides to using Grails
Apache License 2.0
12 stars 25 forks source link

Ability to link to guides flagged with a particular tag #8

Closed sdelamo closed 3 years ago

sdelamo commented 7 years ago

Right now when you click in React the guides filter only the REACT Guides:

grails_guides

We should achieve the same thing with a Url.

That it is to say:

guides.grails.org/#/index?tag=react should return only the react guides. or a similar URL structure

benrhine commented 7 years ago

So this is saying that we want to be able to filter on url params as well?

jeffscottbrown commented 3 years ago

We should achieve the same thing with a Url.

That it is to say:

guides.grails.org/#/index?tag=react should return only the react guides. or a similar URL structure

We currently support a URL like https://guides.grails.org/tags/react.html. @sdelamo Is your request specifically to support a request parameter to do similar?

sdelamo commented 3 years ago

No, I think we can close this issue. This is really old issue. Probably before we added tag urls.