From a65d424263adfbff9629c7d91a613e4504c84613 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Tue, 17 Sep 2024 14:51:23 +0200 Subject: Add search --- src/application/views/view_search_results.php | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/application/views/view_search_results.php (limited to 'src/application/views/view_search_results.php') diff --git a/src/application/views/view_search_results.php b/src/application/views/view_search_results.php new file mode 100644 index 0000000..19a6978 --- /dev/null +++ b/src/application/views/view_search_results.php @@ -0,0 +1,33 @@ + + + 0): ?> +

count($posts), + "search_duration" => number_format($search_duration, 2, __(".", context: "Number formatting"), __(",", context: "Number formatting")), + ]) ?>

+
+ deleted) continue; + $hasAttachments = count($attachments[$post->id]) > 0; + ?> + + + + + content)), 100)) ?>
+ '' . htmlentities($users[$post->authorId]?->displayName ?? __("unknown")) . '', + "post_date" => '' . htmlentities($post->postDate->format("c")) . '', + "topic" => '' . htmlentities($topics[$post->topicId]?->title ?? "unknown") . '', + ]) ?> +
+ +
+ +
+ + +
+ -- cgit v1.2.3