Index: openacs-4/packages/search/sql/oracle/search-tables-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/search/sql/oracle/search-tables-create.sql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/search/sql/oracle/search-tables-create.sql 8 Nov 2005 18:24:06 -0000 1.5 +++ openacs-4/packages/search/sql/oracle/search-tables-create.sql 10 Aug 2006 16:01:47 -0000 1.6 @@ -43,10 +43,12 @@ -- whether a user has the right to view this object, but also -- its community. In pure OpenACS this should always be a -- null column and it should have no referential integrity. - community_id integer - constraint swi_community_id_fk - references dotlrn_communities_all - on delete cascade, + -- community_id integer + -- constraint swi_community_id_fk + -- references dotlrn_communities_all + -- on delete cascade, + -- DAVEB: We'll need to add a way for dotlrn to integrate + -- without tying it into the search table. -- Dirk Gomez: That's the place to put an object's relevant -- date which is part of the ranking function. In calendar -- this is the item date, in forum it could be the last reply