Maëva

Results 2 comments of Maëva

Hi, I am facing the same issue right now. And I also would like to have the results highlighted. With the solution above, matching results are not highlighted at all.

I came up with this solution : ``` searchEngine: (query, record) => record.includes(query) ? autoComplete.search(query, record, { highlight: true}) : record ```