• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Rename create and drop scripts so they work.

    • -21
    • +0
    ./sql/postgresql/tsearch2-create.sql
    • -0
    • +21
    ./sql/postgresql/tsearch2-driver-create.sql
    • -0
    • +10
    ./sql/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
    ./sql/postgresql/tsearch2-driver-package-create.sql
Fix search proc to return correct count and properly use limit and offset

so pagination of search results works.

Use 'default' tsearch2 configuration. It should be a parameter eventually.

Pass configuration name into tsvector and tsquery

Workaround namespace eval problem in AOLserver 3.

Add search FtsEngineDriver paramter to documentation.

    • -2
    • +2
    ./tcl/tsearch2-driver-install-procs.tcl
Uncomment create script so it actually works!

Adding very basic documentation, but this package is still very basic itself.

    • -0
    • +28
    ./www/doc/index.html
Adding tsearch2 search engine driver. Needs work, but will actually index content.

    • -0
    • +26
    ./tsearch2-driver.info
    • -0
    • +20
    ./sql/postgresql/tsearch2-create.sql
    • -0
    • +10
    ./sql/postgresql/tsearch2-drop.sql
    • -0
    • +57
    ./tcl/tsearch2-driver-install-procs.tcl
    • -0
    • +172
    ./tcl/tsearch2-driver-procs.tcl