Hi, I’m using the Text Search component with an ES provider. I have a raw data table within my visuals. The Text Search works ok, whenever I type a filter like field:Value
, and it filters all my visuals. The problem is that it is not highlighting the word Value
in the raw data table as it supposed to do. My configuration for the RDT is this one:
cf.provider('Elastic')
.source('duser_summary')
.fields(fields)
.graph('Raw Data Table')
.element('rdt')
.execute()
Am I missing any option for that? Or is that in the Text Search component?