Wendy_S
10 years agoBoss
Component based on tags
Hi Developers :-)
I have a quick questions and I wanted to throw a ball up in the air, or put a feeler out as you would say it.
I would like to create a custom component (or content?) that shows threads based on a specific tag. I assume, something like this should be (easily) possible but is there anyone who can confirm this?
Thanks Wizards
Wendy
Hi Wendy_S ,
Yes - you should be able to use the search API method (v1) to highlight posts with a specific tag. Something like this:
/search/messages?q=tags:<tag>
You can probably do it with V2 too, but not sure what the LiQL would be off the top.