• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
object_id on delete cascade

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

    • -0
    • +11
    ./sql/postgresql/upgrade/upgrade-0.4d1-0.4d2.sql
  1. … 2275 more files in changeset.
Fix count query to check permissions as well.

Fix count query to correctly count based on permissions.

Fix type in permissions checking query.

Fix typo in query for permissions checking.

Add permission checking and merge default parameter for headline fucntion from oacs-5-1 branch.

Add permission checking to tsearch2-driver search query.

Additional information on indexing existing content.

Added information on how to index old content.

file upgrade-0.4d1-0.4d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-0.4d1-0.4d2.sql
Add on delete cascade to object_id foreign key.

    • -0
    • +11
    ./sql/postgresql/upgrade/upgrade-0.4d1-0.4d2.sql
Default to AND

Default to AND saerch if no operator is specified

Query cleaning regexp needs to retain spaces

Specify default for config in headline call.

Get rid of quotes and brackets from search query

Adding tsearch2 driver to oacs-5-1 branch

    • -1
    • +1
    ./sql/postgresql/tsearch2-driver-drop.sql
    • -1
    • +1
    ./tcl/tsearch2-driver-install-procs.tcl
Add automated install process. Bump up version number.

    • -1
    • +59
    ./tcl/tsearch2-driver-install-procs.tcl
Add checking for ! with no other modifer in query expression.

Add boolean support to query builder.

Remove ts2_ from function calls. The wrapper functions don't exist.

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