Hello, I am having problems with a intermedia text query.
The problem is this:

when I issue a select statement such as

select colum1 from some_table where contains(column2,'blah',1) >0;

I get my results just fine. As soon as I add
the score(1) operater like

select column1,score(1) from some_tabl where contains(column2,'blah',1) >0

the query just hangs. I am running these
queries from a web application so the browser
just cranks away, never returning anything. I have used
these queries before and never had a problem. If anyone
has any ideas, I would greatly appreciate them

Thanks
Billy.