File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
src/Models/Traits/Product Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import InstantSearchMixin from './InstantSearchMixin.vue'
55import InstantSearch from ' vue-instantsearch/vue3/es/src/components/InstantSearch'
66import Hits from ' vue-instantsearch/vue3/es/src/components/Hits.js'
77import Configure from ' vue-instantsearch/vue3/es/src/components/Configure.js'
8- import highlight from ' vue-instantsearch/vue3/es/src/components/Highlight.vue.js'
98import Autocomplete from ' vue-instantsearch/vue3/es/src/components/Autocomplete.vue.js'
109import Index from ' vue-instantsearch/vue3/es/src/components/Index.js'
1110import Stats from ' vue-instantsearch/vue3/es/src/components/Stats.vue.js'
Original file line number Diff line number Diff line change 55 ' SortBy.vue' ,
66 ' Stats.vue' ,
77 ' Hits.vue' ,
8- ' Highlight.vue' ,
98 ' Pagination.vue' ,
109 ' Hits.js'
1110 ])
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public function superAttributeValues(): Attribute
4141 $ child ->entity_id => $ child ->{$ attribute ->attribute_code },
4242 ])
4343 ->sortBy ('sort_order ' )
44- ->groupBy ('value ' )
44+ ->groupBy ('rawValue ' )
4545 ->map (fn ($ children , $ value ) => (object ) [
4646 'children ' => $ children ->pluck ('entity_id ' ),
4747 'value ' => $ value ,
You can’t perform that action at this time.
0 commit comments