Go to file
2022-07-23 13:36:38 +02:00
assets Optimizations 2022-07-23 13:36:38 +02:00
client Optimizations 2022-07-23 13:36:38 +02:00
db Create offer 2022-07-19 16:09:51 +02:00
migrations Fixes 2022-07-22 13:05:13 +02:00
scripts Optimizations 2022-07-23 13:36:38 +02:00
server Optimizations 2022-07-23 13:36:38 +02:00
web More info 2022-07-22 21:32:33 +02:00
.env Fixes 2022-07-22 13:05:13 +02:00
.gitignore Fixes 2022-07-22 13:05:13 +02:00
Cargo.lock Add binary options 2022-07-22 15:36:08 +02:00
Cargo.toml Fixes 2022-07-22 13:05:13 +02:00
README.md Create offer 2022-07-19 16:09:51 +02:00
rustfmt.toml Upload image 2022-07-08 15:28:30 +02:00

OS Wilno

PostgreSQL dictionary

https://github.com/dominem/postgresql_fts_polish_dict


CREATE TEXT SEARCH DICTIONARY polish (
  Template = ispell,
  DictFile = polish,
  AffFile = polish,
  StopWords = polish
);

CREATE TEXT SEARCH CONFIGURATION polish(parser = default);

ALTER TEXT SEARCH CONFIGURATION polish
  ALTER MAPPING FOR asciiword, asciihword, hword_asciipart, word, hword, hword_part
  WITH polish;