class PgSearch::PgSearchHighlightNotSelected

def message

rubocop:disable Metrics/LineLength
def message
  "You must chain .with_pg_search_highlight after the pg_search_scope to access the pg_search_highlight attribute on returned records"
end