Hi,
I'm wondering if there's a way to write a query that returns:
-
Posts based on specific keywords and post type (e.g.,
posttype:og
) -
And the comments related to those posts (not just comments that contain the keywords themselves)
I want to analyze both the posts and their comments to better understand how customers are feeling and reacting to the content or topic.
Essentially:
(“Keyword” AND posttype:og) + comments on those posts
→ Posts related to keywords, and comments related to those posts.
also i know that you can copy post link and return the comments but with large number of posts that can be hard to do
Thank you