SmartAnswersMixin#

class SmartAnswersMixin#

Bases: object

Methods Summary

get_similar_searches(project_id, query[, ...])

Find similar searches in popular queries given the input query

Methods Documentation

get_similar_searches(project_id, query, options=None)#

Find similar searches in popular queries given the input query

Parameters
  • project_id (str) – Id of the Squirro project.

  • query (str) – The query that is used to find similar searches.

  • options (Optional[dict]) – An optional dictionary to override default options

Return type

dict