From f03960382bd05b8570e0e3b1066545831c59138a Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Fri, 10 Jan 2020 03:45:29 -0600 Subject: switch (back) to postgres fts engine for fast search & timeline filters --- config/locales/simple_form.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 9c34a1071..eefa3530d 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -45,7 +45,7 @@ en: setting_skin: Reskins the selected Mastodon flavour setting_theme: Affects how Mastodon looks when you're logged in from any device. username: Your username will be unique on %{domain} - phrase_html: ""thing" - match whole words
tags: "tag1" tag2 ... - match tags (don't include #)
subj: thing - match subject or CW
text: thing - match text
desc: thing - match media descriptions" + phrase_html: "Examples
Containing any terms: this OR that
Containing all terms: this that, this AND that
Containing an exact term: "this thing"
Grouping: this OR ("this thing" AND "that thing")" featured_tag: name: 'You might want to use one of these:' imports: @@ -113,7 +113,7 @@ en: note: Bio otp_attempt: Two-factor code password: Password - phrase: Regular expression + phrase: Filter query setting_advanced_layout: Enable advanced web interface setting_aggregate_reblogs: Group repeats in timelines setting_auto_play_gif: Auto-play animated GIFs -- cgit