how add hash tags request for url

hi
for example.com/test#hash
or
HOW make filter when open page from button other page

Hi Ahmed,

You can use the wix-location API, specifically the to() function to link people to a certain section within a certain page on your site.

This example assumes you have a page named Long Page that has an element with the ID downUnder .

import wixLocation from 'wix-location';

// ...

wixLocation.to("/long-page#downUnder");

As I mentioned in your other post. To keep a filter choice from one page to another you can use the wix-storage API.

Hope this helps!

Dara | Corvid Team