From fefb189056d554db304f085ab372dfe16ccaab69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C4=BDach?= <45913977+marek-lach@users.noreply.github.com> Date: Tue, 25 Dec 2018 14:56:30 +0000 Subject: [PATCH] Expanded search text strings (#380) --- templates/search/index.rs.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/search/index.rs.html b/templates/search/index.rs.html index d694264..1ef7198 100644 --- a/templates/search/index.rs.html +++ b/templates/search/index.rs.html @@ -6,22 +6,22 @@ @:base(ctx, "Search", {}, {}, {

@i18n!(ctx.1, "Search")

- +
Advanced search - @input!(ctx.1, title (text), "Title matching these words", "placeholder=\"Title\"") - @input!(ctx.1, subtitle (text), "Subtitle matching these words", "placeholder=\"Subtitle\"") - @input!(ctx.1, content (text), "Content matching these words", "placeholder=\"Content\"") + @input!(ctx.1, title (text), "Article title matching these words", "placeholder=\"Title\"") + @input!(ctx.1, subtitle (text), "Subtitle matching these words", "placeholder=\"Subtitle - byline\"") + @input!(ctx.1, content (text), "Content matching these words", "placeholder=\"Body content\"") @input!(ctx.1, after (date), "From this date", &format!("max={}", now)) @input!(ctx.1, before (date), "To this date", &format!("max={}", now)) @input!(ctx.1, tag (text), "Containing these tags", "placeholder=\"Tags\"") - @input!(ctx.1, instance (text), "Posted in one of these instances", "placeholder=\"Instance domain\"") + @input!(ctx.1, instance (text), "Posted on one of these instances", "placeholder=\"Instance domain\"") @input!(ctx.1, author (text), "Posted by one of these authors", "placeholder=\"Authors\"") - @input!(ctx.1, blog (text), "Posted in one of these blogs", "placeholder=\"Blog title\"") - @input!(ctx.1, lang (text), "Wrote in this language", "placeholder=\"Language\"") - @input!(ctx.1, license (text), "Using this license", "placeholder=\"License\"") + @input!(ctx.1, blog (text), "Posted on one of these blogs", "placeholder=\"Blog title\"") + @input!(ctx.1, lang (text), "Written in this language", "placeholder=\"Language\"") + @input!(ctx.1, license (text), "Published under this license", "placeholder=\"Article License\"")