UnPourTous / react-native-search-list

A searchable ListView which supports Chinese PinYin and alphabetical index.
https://github.com/UnPourTous/react-native-search-list
159 stars 66 forks source link

Use 2 HighlightableTexts #26

Open oferRounds opened 4 years ago

oferRounds commented 4 years ago

Hi! My rows includes a title and a subtitle

I’d like the search to take into account both – which I was able to do. What I wasn’t able to achieve is to use 2 HighlightableTexts – and highlight only the relevant one (what it does now is highlighting on both indexes)

Is it possible?

Thanks!