when enabled (by default it is) every unscoped variable lookup has potential overhead looking for the variable in query result sets
https://github.com/lucee/Lucee/blob/5.3/core/src/main/java/lucee/runtime/type/scope/UndefinedImpl.java#L198
something like this.searchQueryScope = false;
https://docs.lucee.org/reference/tags/application.html#attribute-scopecascading
Implicid isn’t a word in English, it’s Implicit
The following application.cfc settings are now supported
this.searchQueries=false
or
this.searchResults=false
this setting is missing from the server export page
added