When i execute the following sql, nothing happens:
select * from docs
where freetext(*, 'my search string')
I know that "my search string" is in a field in a table.
The table docs is added to my catalog. The field to search in contains html content.