Go to file
2022-07-25 16:21:59 +02:00
assets Less nav buttons 2022-07-25 11:39:18 +02:00
client more mobile fixes 2022-07-25 16:21:59 +02:00
db Create offer 2022-07-19 16:09:51 +02:00
migrations Fixes 2022-07-22 13:05:13 +02:00
scripts Minify js 2022-07-24 13:46:15 +02:00
server Less nav buttons 2022-07-25 11:39:18 +02:00
web More info 2022-07-22 21:32:33 +02:00
.env Fixes 2022-07-22 13:05:13 +02:00
.gitignore more mobile fixes 2022-07-25 16:21:59 +02:00
Cargo.lock more mobile fixes 2022-07-25 16:21:59 +02:00
Cargo.toml more mobile fixes 2022-07-25 16:21:59 +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;