# File lib/meta_search/where.rb, line 167
      def add(*args)
        where = create_where_from_args(*args)
        create_where_compounds_for(where) unless where.skip_compounds?
      end