I am trying to configure PostgreSQL to use fulltext search in my rails app as mentioned in this Railscast. I …
postgresql full-text-search postgresql-9.1 rails-postgresql unaccentHow can I modify a where/like condition on a search query in Rails: find(:all, :conditions => ["lower(name) …
ruby-on-rails postgresql rails-postgresql unaccentI am trying to install the contrib/unaccent package for Postgresql 8.4 on my Ubuntu box. But I got the error …
postgresql ubuntu unaccent