I want to display all tags from dataset

Question:
How can I display all tags as links which filter dataset to only show related dataset entries

Product:
I’m using Wix Editor

What are you trying to achieve:
I’d like to display all of the tags (once only where repeated) in a dataset as links in a paragraph block which when clicked loads a page with only the related items.

What have you already tried:
I have bene able to set u[ the database with multiple entries with tags (some unique, some repeated) and have used user input filter buttons.

Additional information:
The result should work like the following: Gavin Turk:

This can be done with a Repeater and some use of wix-data.

You’ll setup the Repeater to look how you want/have the elements you want. Define its onItemReady so that the filtering logic is run on the dataset when items are clicked; or alternatively users are redirected to the appropriate Dynamic page.

Then use wix-data to populate the Repeater’s data property.

This might be possible without code but I haven’t tried it.

Hi Anthony,
I didn’t receive a notification that you had responded.
Thank you for this.
I think this will take some time to work out!
Cheers.
Joe

1 Like