ambanum / information-manipulation-analyzer

1 stars 1 forks source link

Keep track of the selected tab in url #54

Closed martinratinaud closed 2 years ago

martinratinaud commented 2 years ago

This is for easily sharing an url on a specific tab

clementbiron commented 2 years ago

To avoid duplicate content, the default active tab should be a default param in the search url. http://localhost:3000/searches/mysearch -> http://localhost:3000/searches/mysearch?tabIndex=0

But as we do not have SEO needs it's look good to me for merge. 👍

martinratinaud commented 2 years ago

To avoid duplicate content, the default active tab should be a default param in the search url. http://localhost:3000/searches/mysearch -> http://localhost:3000/searches/mysearch?tabIndex=0

But as we do not have SEO needs it's look good to me for merge. 👍

@clementbiron I made a change so that it avoids duplicate content