class Praxis::Extensions::AttributeFiltering::MultiMatchWithFuzzyNotAllowedByAdapter

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/praxis/extensions/attribute_filtering.rb, line 9
def initialize
  msg = 'Matching multiple, comma-separated values with fuzzy matches for a single field is not allowed by this DB adapter'\
        'Please use multiple OR clauses instead.'
  super(msg)
end