Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchedWithSuggestedFilter

A user is shown a suggested filter row for what they typed into search

This schema describes events sent to Segment from [[searchedWithSuggestedFilter]]

example
 {
   action: "searchedWithSuggestedFilter",
   context_module: "suggestedFilters",
   context_owner_type: "home",
   filters: "{\"additionalGeneIDs\":[\"prints\"],\"priceRange\":\"*-5000\"}",
   query: "warhol prints under 5000"
 }

Hierarchy

  • SearchedWithSuggestedFilter

Index

Properties

action

action: searchedWithSuggestedFilter

context_module

context_module: ContextModule

Optional context_owner_id

context_owner_id: undefined | string

Optional context_owner_slug

context_owner_slug: undefined | string

context_owner_type

context_owner_type: PageOwnerType

filters

filters: string

The filters the query was parsed into, JSON encoded

query

query: string

Generated using TypeDoc