# frozen_string_literal: true

require "pg_search/features/feature"

require "pg_search/features/dmetaphone"
require "pg_search/features/trigram"
require "pg_search/features/tsearch"

module PgSearch
  module Features
  end
end
