summaryrefslogtreecommitdiff
path: root/script/core/searcher.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/core/searcher.lua')
-rw-r--r--script/core/searcher.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/script/core/searcher.lua b/script/core/searcher.lua
index bfe44e19..550fadfd 100644
--- a/script/core/searcher.lua
+++ b/script/core/searcher.lua
@@ -1000,4 +1000,7 @@ function m.requestAllDefinition(obj, field)
return status.results
end
+--m.requestReference = m.requestAllReference
+--m.requestDefinition = m.requestAllDefinition
+
return m