Skip to content

Commit

Permalink
display functions and test fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
CachedaCodes committed Jan 3, 2024
1 parent 86a46f4 commit 9a6ba78
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ export const platformSearchResponse = {
}
],
tagging: {
display:
'https://api.staging.empathy.co/tagging/v1/track/empathy/display?q=jeans&lang=en&scope=desktop&totalHits=686&page=1&origin=url%3Aexternal&filtered=true&spellcheck=false',
query:
'https://api.staging.empathy.co/tagging/v1/track/empathy/query?q=jeans&lang=en&scope=desktop&totalHits=686&page=1&origin=url%3Aexternal&filtered=true&spellcheck=false'
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ Object {
"url": "https://assets.empathy.co/",
},
],
"displayTagging": Object {
"params": Object {
"filtered": "true",
"follow": false,
"lang": "en",
"origin": "url:external",
"page": "1",
"q": "jeans",
"scope": "desktop",
"spellcheck": "false",
"totalHits": "686",
},
"url": "https://api.staging.empathy.co/tagging/v1/track/empathy/display",
},
"facets": Array [
Object {
"filters": Array [
Expand Down

0 comments on commit 9a6ba78

Please sign in to comment.