From e070c3ed2bec4ea4a6c2a216a5c836d1e02ab381 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 15 Oct 2025 00:08:40 +0200 Subject: Implement search form (#8103) * Add UI for advanced search To help users with the seach operators. Obviously not as powerful as a manually-written search query. Lack in particular negation and logical *and* for now, but I might try to do something about it. image * Consistency: allow multiple user queries like S:1,2 * Fix user query and add tests --- app/views/search/index.phtml | 200 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 200 insertions(+) create mode 100644 app/views/search/index.phtml (limited to 'app/views') diff --git a/app/views/search/index.phtml b/app/views/search/index.phtml new file mode 100644 index 000000000..1d9222f23 --- /dev/null +++ b/app/views/search/index.phtml @@ -0,0 +1,200 @@ +partial('aside_subscription'); +?> +
+

+

+

+ +
+ + +
+ +

+ +
+ +
+ +

+
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+
+ +
+ + +
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+
+
+
+ +
+ + +
+ +
+
+ + +
+
+
+ +
+ +
+
+ + +
+
+
+
+ +
+ + +
+ +
+ +
+
+ +
+ +
+ +

+
+
+
+ +
+ + +
+ +
+ +

+
+
+
+ +
+ + +
+ +
+ +

+
+
+
+ +
+
+ + +
+
+
+
-- cgit v1.2.3