هل توجد طريقة للبحث عن المنشورات التي لا توجد عليها ردود من الموظفين؟ سيكون ذلك مفيدًا جدًا لإيجاد المنشورات بسهولة!
شكرًا جزيلاً
هل توجد طريقة للبحث عن المنشورات التي لا توجد عليها ردود من الموظفين؟ سيكون ذلك مفيدًا جدًا لإيجاد المنشورات بسهولة!
شكرًا جزيلاً
I’m pretty sure you’re going to need to use the Data Explorer Plugin. I’m not aware of this being surfaced via search in any way.
Thank you so much I’ll go check it out!
This should give you what you what you are looking for once you get the Data Explorer plugin installed.
I was playing with some queries using group_users, topic_users and topics when I noticed a topics field moderator_posts_count and got excited!!!
I tried
SELECT topics.id as topic_id
FROM topics
WHERE topics.moderator_posts_count < 1
not so lucky, there was a lot of difference from the results I got with the more complex query.