Forum Discussion
VarunGrazitti
10 years agoBoss
vishwajeet_hol - Did you check this?
SELECT * FROM messages WHERE category.id IN ('wireless', 'routers')
http://community.lithium.com/t5/Community-API-v2/Message-resource/ta-p/113091
SELECT * FROM messages WHERE category.id IN ('wireless', 'routers')
http://community.lithium.com/t5/Community-API-v2/Message-resource/ta-p/113091
- vishwajeet_hol10 years agoExpert
Thanks for replying VarunGrazitti,
I have already checked that.
That will be an allternative solution as I am going to search by
- query string,
- author and
- tag
If I use REST V2 call then I have to use "Sybject matches 'string', Body matches 'string', etc"
I have to handle all these conditions. And how will I filter by tags, is also an issue.
Instead of this if there is any REST V1 call, then it will be good for me.
Thanks,
Vishwajeet
- VarunGrazitti10 years agoBossIn that case, you can restructure your boards and put in a different category and make a V1 call.
I hope this helps.
Related Content
- 4 years ago
- 2 years ago
- 3 years ago