lib/algolia/models/search/consequence_query.rb in algolia-3.0.0.alpha.12 vs lib/algolia/models/search/consequence_query.rb in algolia-3.0.0.alpha.13
- old
+ new
@@ -3,10 +3,10 @@
require 'date'
require 'time'
module Algolia
module Search
- # When providing a string, it replaces the entire query string. When providing an object, it describes incremental edits to be made to the query string (but you can't do both).
+ # Replace or edit the search query. If `consequenceQuery` is a string, the entire search query is replaced with that string. If `consequenceQuery` is an object, it describes incremental edits made to the query.
module ConsequenceQuery
class << self
# List of class defined in oneOf (OpenAPI v3)
def openapi_one_of
[