Replies: 1 comment 1 reply
-
Hey @marbor3 , sorry for the late answer! Would https://docs.coveo.com/en/atomic/latest/reference/components/atomic-segmented-facet/ do the trick? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm in the middle of quite some task - migrating from CoveoJSS for Sitecore into Headless, and I cannot find one important feature... Up to a point that searching through sources of
ui-kit
I cannot find it. I'm 95% sure it's a missing feature, so just wanted to make sure my thinking is correct, and ask if I can maybe help out.I need to create a Tab component with a number of results inside each Tab.
I guess what I need is
groupBy
https://docs.coveo.com/en/1453/build-a-search-ui/group-by-operationsAt least this functionality is used in the JSS version uses that - we listen for some events there, hook into the query builder, and add some stuff.
Some questions:
Facets
for it, but then could a Facet accept an expression (as Tabs do)? Or maybe I should keep usingHeadlessTab
and just somehow return the count for each tab?Thanks!
Best,
Marcin
Beta Was this translation helpful? Give feedback.
All reactions