You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find that the elasticquent model doesn't include a highlighting object so that I need to get it from ElasticquentPaginator with complexSearch manually like this: $resultPaginator->hits['hits'][0]['highlight']
Is there any way to get it easier or add it as an optional parameter?