--- trunk/test.sql 2005/05/25 23:38:37 12 +++ trunk/test.sql 2005/05/26 00:05:33 13 @@ -1,5 +1,5 @@ select * from pgest(null, 'a OR b OR c', '', 0, 0); -select * from pgest('##dir##/data/casket', 'a OR b OR c', '', 0, 0); +select * from pgest('##dir##/data/casket', 'a OR b OR c', '', 0, 10); select * from pgest('##dir##/data/casket', 'a OR b OR c', '', 20, 0); select * from pgest('##dir##/data/casket', 'a OR b OR c', null, 20, 0); select * from pgest('##dir##/data/casket', 'a OR b OR c', '@uri ISTREW .txt', 100, 0); @@ -7,3 +7,6 @@ --select * from pgest2('{foo}') as (a text, b text) ; --select * from pgest2('{foo}') as (a text, b text, c text) ; --select * from pgest2('{foo}') as (a text, b text, c text, d text) ; + +-- find all references to blade runner in other films +select * from pgest('##dir##/data/casket','blade runner', '@title !ISTRINC blade runner', null, null) ;