Sha256: 34640a5787a7e165d253ee17e0eaa3f626826f0f01c5c19d4500f6c87da32387

Contents?: true

Size: 428 Bytes

Versions: 5

Compression:

Stored size: 428 Bytes

Contents

require "flex_commerce_api/api_base"
module FlexCommerce
  #
  # A flex commerce SearchSuggestion model
  #
  # This model provides access to the Shift Suggestive Search feature.
  #
  # It is used much like an active record model.
  #
  # Examples:
  #
  #   # Fetch words matching the suggestion 'sh'
  #   FlexCommerce::SearchSuggestion.where(q: “sh”).all
  #
  class SearchSuggestion < FlexCommerceApi::ApiBase
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
flex_commerce_api-0.8.3 app/models/search_suggestion.rb
flex_commerce_api-0.8.2 app/models/search_suggestion.rb
flex_commerce_api-0.8.1 app/models/search_suggestion.rb
flex_commerce_api-0.7 app/models/search_suggestion.rb
flex_commerce_api-0.6.57 app/models/search_suggestion.rb