Filtering records

Options
Hello!
Im creating online store. I have table of products in Xano and each products has number of different tags.
Im using Draftbit as front end and use POST api to fetch records.

I want to have filters based on tags (automatically) and by clicking on tag I want to get products only with this tag.
As I understand this should not be separate filtered API endpoints, but 1 endpoint  GET/products where input is my tag_id and records will be filtered by this tag. And if no tag is selected then all records should be returned.

Can you share tutorial with screenshot how to set up this filter?
Thank you!

Comments