I have a scope creep problem in an old Railo application that we are updating to lucee, there is a piece of code that uses an unscoped variable and there happens to be a variable of the same name on the client scope, Railo doesn't find the client variable but Lucee does even with
this.searchResults = false;
so my question is where is the client scope in the hierarchy? and is there a way to stop it being searched?