Hello, I am searching with a search string like ‘EventID = 248 AND ((Communities:“Assemblage”) OR (MajorCity:“Alamo”))’ - the search is obtaining the correct results, however, despite setting
'attributesToHighlight' => [
"Communities"
]
The _highlightResults array does not seem to be returning correctly, it does not indicate any match:
3 => array:3 [
"value" => "Assemblage"
"matchLevel" => "none"
"matchedWords" => []
]