From 8563a3c03538600ae148b75debd31af16047e2d5 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 16 Sep 2020 17:57:24 +0200 Subject: KB73 Add full text search to post lists. Change-Id: Ib8333b39cef1d7035ab7fac0ff8a03b400adcb40 --- src/main/resources/templates/benki/posts/postList.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/benki/posts/postList.html b/src/main/resources/templates/benki/posts/postList.html index deccfcd..89cea69 100644 --- a/src/main/resources/templates/benki/posts/postList.html +++ b/src/main/resources/templates/benki/posts/postList.html @@ -6,6 +6,7 @@ {@java.lang.Integer previousCursor} {@java.lang.Integer nextCursor} {@java.lang.Integer pageSize} +{@java.lang.String searchQuery} {#include base.html} @@ -43,9 +44,12 @@ {/if}
- {#if hasPreviousPage}⇠ previous page{/if} - - {#if hasNextPage}next page ⇢{/if} +
+ + +
+ {#if hasPreviousPage}⇠ previous page{/if} + {#if hasNextPage}next page ⇢{/if}
@@ -127,9 +131,9 @@
- {#if hasPreviousPage}⇠ previous page{/if} + {#if hasPreviousPage}⇠ previous page{/if} - {#if hasNextPage}next page ⇢{/if} + {#if hasNextPage}next page ⇢{/if}
{/body} -- cgit v1.2.3