Hello list, I've set up tsearch2 to handle full-text searches (obviously :)).
I have a problem I can't find a solution to and it feels its tsquery objects fault.
The query I'm executing has a GROUP BY clause and because I'm using the headline function I need my tsquery object in the SELECT clause and therefor also in the GROUP BY clause. BUT when executing the query I get the following error. -> "could not identify an ordering operator for type tsquery"
How do I solve this? Regards, Henrik ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match