Open mavicrz opened 4 hours ago
searching for id in both parameter and inside query does not work for television chat_id, such as id:6604548f9765a7970a64ee70
same for tiktok, chat_id:6943700922024150022
when searched as parameters or inside the query of tiktok > chats collection has zero documents:
for all others POST parameter id doesn't work
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
haschat_id:65d1539c61e48a0975a6406e
for news > messages collection, butid:65d1539c61e48a0975a6406e
returns zero document in news > chats for this query:It works only if I do
query = id:65d1539c61e48a0975a6406e
:Tasks
Tasks for API
Tasks for R Package