Hi there,
I want to add a column to my output Data in which the used (or even better the matched) criteria for my search is listed.
Here’s a simple example:
tag “Daimler” (twitter.text any “daimler,benz,mercedes,a-class,c-class”)
return {
twitter.text any "Daimler"
and language.tag == “en”
}
For this query i would like to add an extra column to my output in which the keywords (f.e. the tweed contained “a-class” i want the column to contain “a-class”) which your algorithms found in the Tweed are listed.
Now my question would be:
Is this possible? And if so, how?
Thank you in advance for your support!