TIWCGJQTreeViewSearchPlugin.SearchMethod Property
The method to use for searching. The other options bundled with jstree are "jstree_contains" (case insensitive search) and "jstree_title_contains" (case insensitive based on the title tag of the A node). For multiple word search take a look this: https://github.com/vakata/jstree/issues/10 - you can easily write your own method too.
published property SearchMethod: string index 00 read GetStringValue write SetStringValue stored IsStringStored;
Property Value
Type: string