Hi Olek,
It would be great if there was an interface to do this. Below is a potential option to try - but I wouldn't recommend without testing.
You could achieve this by modifying the navver.services.navverSearchService in Sisense. You'd have to apply the change on a global level, so a plugin would be the best spot to do it.
In the main.js file you have a variable called "letterCount" which will dictate the 'start search point'. The plugin has this set to 5 (please see below).
prism.$injector.get('navver.services.navverSearchService').search = function(e) {
let letterCount = 5
let o = prism.$injector.get('navver.services.navverService')
if (this.searchDashboardsValue = String(e),
e.length < letterCount)
return this.openFolders(!0),
o.searchMatchedTerm = null,
void (o.model.searchDashboards = null);
o.searchMatchedTerm = e,
this.filterSearchModel(e)
}
Please see attached in plugin form - dashboardSearchPacifier.zip
Let me know how you go?
Thanks,
Daniel
RAPID BI
[email protected]
RAPID BI - Sisense Professional Services | Implementations | Custom Add-ons