KRL Name Space Update
In anticipation of additional functionality in KNS, it has been decided to require that all predicates must preceded by their name space. As of build 419, non-qualified names in predicate positions (like search_engine_referer()) will be treated as functions and will not work as expected.
From this point forward, you must only use qualified (e.g. namespaced) functions in predicate positions (like referer:search_engine_referer()). The documentation has been updated to reflect these changes.




