• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Handle not without any other search terms.

Fix bug#3039 and but#3040.

Bug#3039. Safely handle OR operator in query without a lefthand operand.

updating links for installing postgresql\'s tsearch module

moving tsearch2-driver instructions from elsewhere to the doc in the tsearch2-driver package to match context

normalizing existing doc verbage

Handle & better, consistently add space around %

Set version number higher than on 5.1 branch

pg8 installed in usr local has tsearch2 in $prefix/share/contrib -- we should probably try to guess based on pg_config --libdir or something

    • -1
    • +2
    ./tcl/tsearch2-driver-install-procs.tcl
Fix case when a one character term is in the middle of two other terms. Add test case.

multiple words were not tokenized properly

subsite scoped search

  1. … 8 more files in changeset.
Cleanup build_query proc a little. Add automated tests for build_query.

    • -13
    • +128
    ./tcl/tsearch2-driver-procs.tcl
    • -0
    • +42
    ./tcl/test/tsearch2-driver-procs.tcl
Add -nocase to regsub for NOT operator at the beginnign of query string.

Fix rank ordering, merge from HEAD

fix the build_query function to be more in line with the lexer, sort by rank high to low, index title, keywords as weight A,B respectively

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