WebshopApi: Trigramindices für Kundenstrasse
authorWerner Hahn <wh@futureworldsearch.net>
Tue, 26 Sep 2017 11:30:12 +0000 (13:30 +0200)
committerWerner Hahn <wh@futureworldsearch.net>
Tue, 26 Sep 2017 11:34:31 +0000 (13:34 +0200)
sql/Pg-upgrade2/trigram_indices_webshop.sql [new file with mode: 0644]

diff --git a/sql/Pg-upgrade2/trigram_indices_webshop.sql b/sql/Pg-upgrade2/trigram_indices_webshop.sql
new file mode 100644 (file)
index 0000000..e008927
--- /dev/null
@@ -0,0 +1,7 @@
+-- @tag: trigram_indices_webshop
+-- @description: Trigram Indizes für Fuzzysearch bei der Kundensuche im Shopmodul
+-- @depends: release_3_5_0 shops
+-- @encoding: utf-8
+-- @ignore: 1
+
+CREATE INDEX customer_street_gin_trgm_idx            ON customer        USING gin (street                  gin_trgm_ops);