もしdb_default_text_search_configを"pg_catalog.simple"に設定したらどうなるか

Recently, I notice that there is a

params:
  db_default_text_search_config: "pg_catalog.english"

in the configuration file (standalone.yml/data.yml). I can guees what it means through its name. The issue is that my locale is CN-zh or my main language is Chinese (That means the same, lol ) and my setting is the default (pg_catalog.english, never noticed), and my pg text search work just well. So what does that do? I can find nothing useful in this site.

So, what if i change this setting to db_default_text_search_config: "pg_catalog.chinese" or db_default_text_search_config: "pg_catalog.simple". What will happened?

「いいね!」 3

I’m also interested in how to use db_default_text_search_config correctly in app.yml.

I have found some errors when searching Chinese. Some results cannot be shown correctly.

Googleで最初にヒットしたのがこのトピックだったので、このトピックを軽く掘り起こします。同じ質問への回答を探しています :smirking_face:

さて、検索結果に戻ります…

編集
彼の記事を読んで、理解しようとしています…

ispell、thesaurusなどが使用されておらず、それらは基本的に英語でのみ機能する場合、実際には何も有用なことはしないという強い感覚があります。何らかのスキーマがあるはずですが…わかりません。しかし、ヒットした結果の大部分(それほど多くはありませんでした)は中国語またはロシア語のサイトに繋がっており、言語のために何かが必要な場合、それは確かにフィンランド語には当てはまらないことを何年も前に学びました。まあ…言語の問題になると、フィンランド語(またはエストニア語、ハンガリー語など)には何も当てはまりません :rofl:

スペイン語についても同じ質問です。スペイン語圏のフォーラムのユーザーは、検索で何か改善点を見つけられると思いますか?