Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(commerce): add location facets #4562

Merged
merged 5 commits into from
Oct 23, 2024

Conversation

Spuffynism
Copy link
Contributor

@Spuffynism Spuffynism commented Oct 21, 2024

Add support for location facets. We went with the separate controller approach as we believe the location facets might evolve differently from the regular facets over time.

In follow-up PRs I:

COMHUB-247

Copy link

github-actions bot commented Oct 21, 2024

Pull Request Report

PR Title

✅ Title follows the conventional commit spec.

Live demo links

Bundle Size

File Old (kb) New (kb) Change (%)
case-assist 236.6 236.6 0
commerce 339.3 340.5 0.3
search 412 412 0
insight 400 400 0
recommendation 248.8 248.8 0
ssr 405.7 405.7 0
ssr-commerce 351.6 352.8 0.3

SSR Progress

Use case SSR (#) CSR (#) Progress (%)
search 39 44 89
recommendation 0 4 0
case-assist 0 6 0
insight 0 27 0
commerce 0 15 0
Detailed logs search : buildInteractiveResult
search : buildInteractiveInstantResult
search : buildInteractiveRecentResult
search : buildInteractiveCitation
search : buildGeneratedAnswer
recommendation : missing SSR support
case-assist : missing SSR support
insight : missing SSR support
commerce : missing SSR support

@Spuffynism Spuffynism force-pushed the feature/comhub-247-support-location-facets branch from a4082d7 to 503ec58 Compare October 21, 2024 20:47
@Spuffynism Spuffynism marked this pull request as ready for review October 21, 2024 20:49
@Spuffynism Spuffynism requested review from a team as code owners October 21, 2024 20:49
@Spuffynism Spuffynism changed the title [WIP] feat(commerce): add location facets feat(commerce): add location facets Oct 21, 2024
@Spuffynism Spuffynism changed the title feat(commerce): add location facets feat(headless): add commerce location facets Oct 22, 2024
@Spuffynism Spuffynism changed the title feat(headless): add commerce location facets feat(commerce): add location facets Oct 22, 2024
Copy link
Contributor

@alexprudhomme alexprudhomme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me !

Copy link
Contributor

@pvanool pvanool left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

Copy link

@agillesCoveo agillesCoveo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

Copy link
Contributor

@BenKandelaars BenKandelaars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. We need to sync up on the exclude state in a follow up

@BenKandelaars BenKandelaars added this pull request to the merge queue Oct 23, 2024
Merged via the queue into master with commit 1dbd9a9 Oct 23, 2024
97 checks passed
@BenKandelaars BenKandelaars deleted the feature/comhub-247-support-location-facets branch October 23, 2024 16:41
github-merge-queue bot pushed a commit that referenced this pull request Oct 31, 2024
A few properties aren't supported by location facets. We remove:
- `preventAutoSelect`
- `freezeCurrentValues`
- `excluded` state, and related methods

We also address leftover comments from
#4562

See #4562

[COMHUB-247]

[COMHUB-247]:
https://coveord.atlassian.net/browse/COMHUB-247?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants