Enable text search for the Spree Framework

This commit is contained in:
tniezg
2021-08-16 14:47:27 +02:00
parent 744a8b998e
commit a27996a088
12 changed files with 417 additions and 45 deletions

View File

@@ -2,8 +2,8 @@
"provider": "spree",
"features": {
"wishlist": false,
"cart": false,
"search": false,
"cart": true,
"search": true,
"customerAuth": false
}
}