We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allineare la radice del contenuto in ES tra data e comment, in modo da semplificare questo tipo di ricerche:
const filter = { index, body: { size: 100, query: { bool: { must: [ { range: { [index === "twits" ? "data.timestamp" : "comment.timestamp"]: { gte: startDate.getTime(), }, }, }, { exists: { field: index === "twits" ? "data.prediction" : "comment.prediction", }, }, ], }, }, }, };
Verificare anche il publishAt che c'è su YouTube e Twitch ed il createdAt che c'è invece su Twitter.
publishAt
createdAt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Allineare la radice del contenuto in ES tra data e comment, in modo da semplificare questo tipo di ricerche:
Verificare anche il
publishAt
che c'è su YouTube e Twitch ed ilcreatedAt
che c'è invece su Twitter.The text was updated successfully, but these errors were encountered: