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/layout/aside_subscription.phtml | 3 +++ app/layout/nav_menu.phtml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'app/layout') diff --git a/app/layout/aside_subscription.phtml b/app/layout/aside_subscription.phtml index be414ff03..f7ed09213 100644 --- a/app/layout/aside_subscription.phtml +++ b/app/layout/aside_subscription.phtml @@ -9,6 +9,9 @@
  • +
  • + +
  • -- cgit v1.2.3