From e8ac21d61f836d3e8f507628e71451987d367123 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 16 Aug 2019 17:19:53 +0200 Subject: [PATCH] wip #2941 @3 --- composer.json | 2 +- src/app/Console/Commands/SearchIndex.php | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 src/app/Console/Commands/SearchIndex.php diff --git a/composer.json b/composer.json index 1a859a2..cb21e49 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "graham-campbell/markdown": "^11.0", "barryvdh/laravel-debugbar": "^3.2", "league/commonmark-ext-autolink": "^1.0", - "elasticquent/elasticquent": "^1.0" + "cviebrock/laravel-elasticsearch": "^3.6" }, "require-dev": { "filp/whoops": "^2.3", diff --git a/src/app/Console/Commands/SearchIndex.php b/src/app/Console/Commands/SearchIndex.php new file mode 100644 index 0000000..c76f5a2 --- /dev/null +++ b/src/app/Console/Commands/SearchIndex.php @@ -0,0 +1,18 @@ +