dipson88 / treeselectjs

Treeselect on vanilla JS
MIT License
83 stars 15 forks source link

In keyword seach, allow finding "gdp per capita" when searching e.g. "gdp capita" or "capita gdp" #90

Closed d-paulus closed 9 months ago

d-paulus commented 9 months ago

Is there a way to allow "full-text search", meaning without the need to specify the exact string/order of keywords to match item labels?

d-paulus commented 9 months ago

Had some luck trying around with getSearchedFlattedOptions (Fork).