class PgSearch::ScopeOptions

def order_within_rank

def order_within_rank
  @config.order_within_rank || "#{primary_key} ASC"
end