Solved

How can I set the search delay?

  • 12 January 2024
  • 1 reply
  • 34 views

It seems the extended property “CombinedFilterDelay“ does not take in the Universal GUI as it did with the Web GUI. What can I do with Universal to get the same effect back?

Screens that take a little longer to show a result get totally locked as perceived by the user, since there are multiple calls awaiting response.

Also, is there no indicator that the search is triggered? From a users point of view it seems nothing is happening after typing, unless the result can be shown quick enough and is showing a difference from the starting point.

icon

Best answer by Mark_Plaggenborg 22 January 2024, 14:20

View original

This topic has been closed for comments

1 reply

Looking for something else, I accidentally came across the solution for this question.
 

Add a value in milliseconds for the parameter “searchDebounceTime” in the config.json.

Ex.

"searchDebounceTime": 750

 

At time of writing, it can be found here: https://docs.thinkwisesoftware.com/docs/deployment/universal#delayed-search