Index: openacs-4/packages/file-storage/tcl/file-storage-search-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-search-procs-postgresql.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/file-storage/tcl/file-storage-search-procs-postgresql.xql 22 Sep 2002 19:05:45 -0000 1.2 +++ openacs-4/packages/file-storage/tcl/file-storage-search-procs-postgresql.xql 3 Sep 2024 15:37:38 -0000 1.3 @@ -10,7 +10,7 @@ i.name as title, (case i.storage_type when 'lob' then r.lob::text - when 'file' then '[cr_fs_path]' || r.content + when 'file' then r.content else r.content end) as content, r.mime_type as mime,