topic

The topic operator selects documents that meet the search criteria defined by the specified topic. See “Creating topics”. For example, use the following syntax to find documents that meet the criteria defined by the topic “engineering:”

select t2.copy
from i_blurbs t1, blurbs t2
where t1.id=t2.id 
and t1.index_any = "<topic>(engineering)"