aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-01-31 18:37:22 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-02-01 08:22:49 +0100
commitdbfa8b65a10105daa39333a5db655cc678b3b645 (patch)
tree542b338ef4c4d74cc3d4c601bacff4b24deacf46 /core/js/js.js
parentdc3b44c02dc316215f10eb1e92d1b09328465470 (diff)
downloadnextcloud-server-dbfa8b65a10105daa39333a5db655cc678b3b645.tar.gz
nextcloud-server-dbfa8b65a10105daa39333a5db655cc678b3b645.zip
Move OC.search to the server bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 114f51bd535..d2d5ce5a817 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -493,13 +493,6 @@ Object.assign(window.OC, {
},
/**
- * Do a search query and display the results
- * @param {string} query the search query
- */
- search: function (query) {
- OC.Search.search(query, null, 0, 30);
- },
- /**
* Dialog helper for jquery dialogs.
*
* @namespace OC.dialogs
@@ -871,13 +864,6 @@ Object.assign(window.OC, {
});
/**
- * @namespace OC.search
- */
-OC.search.customResults = {};
-/**
- * @deprecated use get/setFormatter() instead
- */
-OC.search.resultTypes = {};
OC.addStyle.loaded=[];
OC.addScript.loaded=[];