If your Rails model has an ActionText rich text field, and you want to make it searchable with PgSearch (pg_search) you'll need a way to index those records. This post will show you how to do …
Continue Reading about PgSearch multisearch with ActionText::RichText →