• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding tsearch2 driver to oacs-5-1 branch

    • -1
    • +1
    ./postgresql/tsearch2-driver-create.sql
    • -0
    • +0
    ./postgresql/tsearch2-driver-package-create.sql
  1. … 4 more files in changeset.
Rename create and drop scripts so they work.

    • -0
    • +21
    ./postgresql/tsearch2-driver-create.sql
    • -0
    • +10
    ./postgresql/tsearch2-driver-drop.sql
Remove set_curcfg from create.sql. Created wrapper functions for

to_tsvector and to_tsquery to call set_curcfg each time.

    • -0
    • +24
    ./postgresql/tsearch2-driver-package-create.sql
Use 'default' tsearch2 configuration. It should be a parameter eventually.

Pass configuration name into tsvector and tsquery

  1. … 1 more file in changeset.
Uncomment create script so it actually works!

Adding tsearch2 search engine driver. Needs work, but will actually index content.

    • -0
    • +20
    ./postgresql/tsearch2-create.sql
    • -0
    • +10
    ./postgresql/tsearch2-drop.sql
  1. … 3 more files in changeset.