Skip to content

Commit

Permalink
#84 - Fixed configuration name
Browse files Browse the repository at this point in the history
  • Loading branch information
starnowski committed Dec 30, 2023
1 parent 9bb9a88 commit 735d265
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

CREATE INDEX pgweb_eng_idx ON tweet_with_locale USING GIN (to_tsvector('english', title || ' ' || short_content));
CREATE INDEX pgweb_pol_idx ON tweet_with_locale USING GIN (to_tsvector('polish', title || ' ' || short_content));
CREATE INDEX pgweb_pol_idx ON tweet_with_locale USING GIN (to_tsvector('pl_ispell', title || ' ' || short_content));

0 comments on commit 735d265

Please sign in to comment.