Currently, searching tree items does a fuzzy match. https://github.com/playcanvas/pcui/blob/master/src/helpers/search.js#L3 Sometimes, it is useful to just search based on exact matches. Allowing the developer/end-user the ability to select a match type would be useful.