Skip to content

Commit

Permalink
Merge pull request #1396 from romainruaud/fix_filterable-sku
Browse files Browse the repository at this point in the history
Set SKU field as filterable by default.
  • Loading branch information
romainruaud authored Apr 26, 2019
2 parents 05aa21d + 78fee93 commit d476395
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<isSearchable>1</isSearchable>
<isUsedForSortBy>1</isUsedForSortBy>
<isUsedInSpellcheck>1</isUsedInSpellcheck>
<isFilterable>1</isFilterable>
<defaultSearchAnalyzer>reference</defaultSearchAnalyzer>
</field>
<field name="visibility" type="integer" />
Expand Down

0 comments on commit d476395

Please sign in to comment.