Hello,
Just recently we started seeing a syntax error in our app's full text
search:
ActiveRecord::StatementInvalid: PGError: ERROR: syntax error in
tsquery: "'mongo':*" : SELECT COUNT(*) AS count_id FROM (SELECT 1 FROM
"presentations" WHERE (setweight(to_tsvector('english',
coalesce("presentations"."tag_cache", '')), 'A') || ' ' ||
setweight(to_tsvector('english', coalesce("presentations"."title",
'')), 'B') || ' ' || setweight(to_tsvector('english',
coalesce("presentations"."description", '')), 'C') @@
to_tsquery('''mongo'':*'))) AS subquery
We're using the texticle gem (for full text searching). It works fine
locally, and was working fine on production till just over a week
ago. Anybody have any suggestions?
Thanks!
--
You received this message because you are subscribed to the Google Groups
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en.