Fix search result page.

This commit is contained in:
James Cole
2025-01-05 08:03:15 +01:00
parent 73104aae1f
commit b6960dc299
4 changed files with 8 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ class OperatorQuerySearch implements SearchInterface
*/
public function parseQuery(string $query): void
{
app('log')->debug(sprintf('Now in parseQuery(%s)', $query));
app('log')->debug(sprintf('Now in parseQuery("%s")', $query));
/** @var QueryParserInterface $parser */
$parser = app(QueryParserInterface::class);
app('log')->debug(sprintf('Using %s as implementation for QueryParserInterface', get_class($parser)));