From cef61e5b571bdba43d8b81c253be505c897f4c4b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 21 Mar 2026 23:00:24 +0530 Subject: Omnisearch --- services/omnisearch/templates/results.html | 134 +++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 services/omnisearch/templates/results.html (limited to 'services/omnisearch/templates/results.html') diff --git a/services/omnisearch/templates/results.html b/services/omnisearch/templates/results.html new file mode 100644 index 0000000..846fdc6 --- /dev/null +++ b/services/omnisearch/templates/results.html @@ -0,0 +1,134 @@ + + + + + + + OmniSearch - {{query}} + + + + + + +
+
+ +
+
+ +
+ +
+ {{if exists engine_warnings}} +
+ {{for warning in engine_warnings}} +
+ + {{warning[0]}} + +

+ {{warning[1]}} +

+
+ {{endfor}} +
+ {{endif}} + + {{for result in results}} +
+ + {{result[1]}} + + + {{result[2]}} + +

+ {{result[3]}} +

+ + View Cached + +
+ {{endfor}} + + +
+ +
+ + -- cgit v1.3.1