Hello Dojo, I'm working on filtering Fields (dropdowns) in the topology app. By default it has the possibility to filter but it shows result if it matches the start of the word. For example, if you have an entry "Search_term", if you type in "Search" and filter, it will find it. But if you try typing in "search" or "term", it won't find it. There's an option to use a wildcard (*), so you can type in "*search", "search*", "*term", etc. and it will match it. I'm wondering is there a way to set this wildcard behavior by default through code?
Chain element | DataMiner Docs
Thanks!
As I found no obvious solution to achieve the behavior mentioned in the question, I implemented a workaround by utilizing Search Chain (SearchChain element | DataMiner Docs).
We needed to query only 1 or 2 tables (topology levels), so this workaround proved to be a good solution.