--- trunk/test.sql 2005/05/29 21:32:30 21 +++ trunk/test.sql 2005/05/29 22:41:20 22 @@ -1,2 +1,5 @@ select * from pgswish('##dir##/index/test', 'a* or b* or c*', '' ) ; select * from pgswish('##dir##/index/test', 'c*', 'swishrank'); + +-- new function +select * from pgswish('##dir##/index/test', 'c*', null, 10, 0, array['swishdocpath', 'swishtitle']) as (path text, title text);