Closed sdelamo closed 3 years ago
So this is saying that we want to be able to filter on url params as well?
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?
No, I think we can close this issue. This is really old issue. Probably before we added tag urls.
Right now when you click in React the guides filter only the REACT 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