Describe the problem/error/question
I am trying to use search from X app node. I am using this format in search box “” -filter:retweets -filter:replies since:2025-12-21, e.g. “Word cup football” -filter:retweets -filter:replies since:2025-12-21 but getting query format issue in x response. What am I doing wrong?
What is the error message (if any)?
Incorrect search query format
Please share your workflow
{
“nodes”: [
{
“parameters”: {
“operation”: “search”,
“searchText”: “=“WORLD CUP FOOTBALL” -filter:retweets -filter:replies since:{{ $json.Year }}-{{ DateTime.fromFormat($json.Month, ‘LLLL’).toFormat(‘MM’) }}-{{ $json[‘Day of month’]-1 }}”,
“additionalFields”: {
“tweetFieldsObject”:
}
},
“type”: “n8n-nodes-base.twitter”,
“typeVersion”: 2,
“position”: [
208,
0
],
“name”: “Search Tweets”,
}
}
],
“connections”: {
“Search Tweets”: {
“main”: [
]
}
},
“pinData”: {},
}
your n8n setup
selfhosted on Hostinger