From 4a2e5781883f8963c36ee129cf76c43e887ac4dc Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Fri, 22 May 2026 11:00:04 +0300 Subject: Engine: Add getSearchUri() helper (typeless search endpoint) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated by [robots](https://vyos.io) --- src/engine/VyOSElasticModernFulltextStorageEngine.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/engine/VyOSElasticModernFulltextStorageEngine.php') diff --git a/src/engine/VyOSElasticModernFulltextStorageEngine.php b/src/engine/VyOSElasticModernFulltextStorageEngine.php index cf9278b..e21021f 100644 --- a/src/engine/VyOSElasticModernFulltextStorageEngine.php +++ b/src/engine/VyOSElasticModernFulltextStorageEngine.php @@ -36,6 +36,10 @@ abstract class VyOSElasticModernFulltextStorageEngine return '/_doc/'.$phid; } + public function getSearchUri(array $types) { + return '/_search'; + } + public function getEngineIdentifier() { return 'elasticsearch-modern'; } -- cgit v1.2.3