Setting view mode fails in certain situations

Following code

Find CLEAR QUERYENGINE=everythingglobal QUERY "K:\Bilder\Fotografie**" rating:=4stars
Set VIEW=Thumbnails

fails with four stars or less, setting. It works ok with five stars (around 2,400 images). I guess, the command isn't executed, if the search engine is engaged for a too long time (more than maybe five seconds). Not a big problem, but maybe can be tweaked somehow.

Probably a timing issue. The find runs in the background and the set command may run before the first results come back.

If you go to the results collection and change mode, then run the find, it should work.

Well, i won't have that collection before i run the find. And, yes, i also guessed it was a timing thing.