Fixes: 1) Remove unnecessary null=True attribute from brand_priority field.
This commit is contained in:
parent
2840370c3e
commit
3cb6576258
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ class ProductDocument(_BaseDoc):
|
||||||
rating = fields.FloatField(attr="rating")
|
rating = fields.FloatField(attr="rating")
|
||||||
brand_priority = fields.IntegerField(
|
brand_priority = fields.IntegerField(
|
||||||
attr="brand.priority",
|
attr="brand.priority",
|
||||||
null=True,
|
|
||||||
index=True,
|
index=True,
|
||||||
fields={"raw": fields.KeywordField()},
|
fields={"raw": fields.KeywordField()},
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue