From b2d7285aced39925f0563c8f2685eaff1672ba7c Mon Sep 17 00:00:00 2001
From: Alexander_Kabui
Date: Fri, 4 Oct 2024 12:58:16 +0300
Subject: feat: Implement clear search field for global search.
---
gn2/wqflask/templates/gsearch.html | 115 ++++++++++++++++++++++++-------------
1 file changed, 75 insertions(+), 40 deletions(-)
diff --git a/gn2/wqflask/templates/gsearch.html b/gn2/wqflask/templates/gsearch.html
index 5bfc51e7..46169738 100644
--- a/gn2/wqflask/templates/gsearch.html
+++ b/gn2/wqflask/templates/gsearch.html
@@ -1,6 +1,6 @@
+ margin-right: 10px;
+ position:relative">
+
-
GNQA Search
@@ -78,43 +96,60 @@
-
--
cgit v1.2.3
From b4e8bdd57bb01f0ee1e1815e5ff5367d166b378f Mon Sep 17 00:00:00 2001
From: Alexander_Kabui
Date: Fri, 4 Oct 2024 13:24:37 +0300
Subject: Refactor: add better help message for xapian search hints.
---
gn2/wqflask/templates/gsearch.html | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/gn2/wqflask/templates/gsearch.html b/gn2/wqflask/templates/gsearch.html
index 46169738..adf4481d 100644
--- a/gn2/wqflask/templates/gsearch.html
+++ b/gn2/wqflask/templates/gsearch.html
@@ -75,21 +75,21 @@
background-color: #336699">
-
-
- GNQA Search
-
-
-
-
-
-
+
+
+
+
+ See more Hints
+
+
+
+
+ GNQA Search
+
+
--
cgit v1.2.3