diff --git a/plugins/manticoresearch/index.py b/plugins/manticoresearch/index.py index 50420e84a..0414cd93f 100755 --- a/plugins/manticoresearch/index.py +++ b/plugins/manticoresearch/index.py @@ -201,7 +201,7 @@ def restart(): def reload(): - return mcsOp('reload') + return mcsOp('restart') def rebuild():