Go to file
2022-07-19 22:05:54 +02:00
assets Nicer offer view 2022-07-19 22:05:54 +02:00
client Nicer offer view 2022-07-19 22:05:54 +02:00
db Create offer 2022-07-19 16:09:51 +02:00
migrations Create offer 2022-07-19 16:09:51 +02:00
scripts Create offer 2022-07-19 16:09:51 +02:00
src Nicer offer view 2022-07-19 22:05:54 +02:00
.gitignore News 2022-07-13 08:11:53 +02:00
askama.toml init 2022-07-04 08:31:12 +02:00
Cargo.lock Building Offers 2022-07-18 16:23:07 +02:00
Cargo.toml Building Offers 2022-07-18 16:23:07 +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;