Global value disappears on find

Thought I saw this mentioned elsewhere…

I’m noticing my global values disappear after I’ve entered find mode. Are you planning to change this?

Thanks.

globals don’t seem to dissappear what ever i do.

like this:

forms.actions.controller.find();
var v = globals.test;
application.output(v);
forms.actions.controller.search();

wil print the value of the global perfectly.