Fix products search
This commit is contained in:
parent
8a86018a5e
commit
be0d63cf07
|
|
@ -95,7 +95,7 @@ class ProductDocument(Document):
|
|||
},
|
||||
multi=True
|
||||
)
|
||||
name = fields.KeywordField(attr='display_name')
|
||||
name = fields.TextField(attr='display_name')
|
||||
|
||||
class Django:
|
||||
model = models.Product
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user