to_tsquery gives ‘ERROR: syntax error in tsquery’ when it contains a space
I had noticed a problem with my full text search solution when I was testing. If the input query contained a quote, an error resulted on the query. At the time, I attributed that to a poor input/text handling. Later, I realized I was wrong. On the website, this PHP code is used: Where $this->Query […]
to_tsquery gives ‘ERROR: syntax error in tsquery’ when it contains a space Read More »