From 326866e6d7d839283bbc11a8ac88b0f2c6dadf03 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 14 Feb 2024 19:02:00 +0200 Subject: [PATCH] update index-php dependencies --- src/Controller/MainController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Controller/MainController.php b/src/Controller/MainController.php index 3ca2b10..0d96851 100644 --- a/src/Controller/MainController.php +++ b/src/Controller/MainController.php @@ -95,7 +95,7 @@ class MainController extends AbstractController 'records' => $index->get( $request->get('search') ? (string) $request->get('search') : '', [ - 'crc32namespace' => crc32( + 'crc32_namespace' => crc32( $request->get('namespace') ) ], @@ -134,7 +134,7 @@ class MainController extends AbstractController $records = $index->get( '', [ - 'crc32transaction' => crc32( + 'crc32_transaction' => crc32( $request->get('transaction') ) ] @@ -168,7 +168,7 @@ class MainController extends AbstractController $results = $index->get( '_KEVA_NS_', [ - 'crc32namespace' => crc32( + 'crc32_namespace' => crc32( $namespace ) ]