Skip to content

Conversation

brideo
Copy link
Collaborator

@brideo brideo commented Apr 14, 2023

No description provided.

Nathan McBride added 3 commits April 14, 2023 20:55
1. Allow users to save Algolia config without error with incorrect credentials
2. Fix category facets
3. Nuke collections and rebuild when configuration changes
4. Allow user to only enable autocomplete

foreach ($facets as $facet) {
if (isset($item[$facet]) && !is_array($item[$facet])) {
$item[$facet] = [strval($item[$facet])];
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

composite products send their attributes in an array - I thought it's probably easier just to force this for everything.

@brideo brideo requested a review from collymore April 14, 2023 11:30
@brideo brideo force-pushed the feature/AddTypeSenseAdapter branch from 7bc1dad to 6262344 Compare April 21, 2023 10:08
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.

2 participants