palverdata / palver_api

Palver Data API in R
Other
2 stars 0 forks source link

include press and news in request_chats to search for chat_id #20

Open mavicrz opened 4 hours ago

mavicrz commented 4 hours ago

Before request_chat was only important to WhatsApp and Telegram data, but now, other data sources are having their hash id of source named as chat_id, main examples are press and news.

Also, @EnzoRobaina, chat_id in news and press returns zero documents when using "id" as a parameter, for example id:672cc34454d86d12769785c8 has chat_id:65d1539c61e48a0975a6406e for news > messages collection, but id:65d1539c61e48a0975a6406e returns zero document in news > chats for this query:

image

It works only if I do query = id:65d1539c61e48a0975a6406e:

image

Tasks

Tasks for API

Tasks for R Package

mavicrz commented 4 hours ago

searching for id in both parameter and inside query does not work for television chat_id, such as id:6604548f9765a7970a64ee70

image

image

mavicrz commented 4 hours ago

same for tiktok, chat_id:6943700922024150022 when searched as parameters or inside the query of tiktok > chats collection has zero documents:

image

mavicrz commented 3 hours ago

for all others POST parameter id doesn't work