search optimization broken by tags
This commit is contained in:
@@ -25,7 +25,7 @@ class ProductFactory(DjangoModelFactory):
|
||||
update_date = FuzzyDateTime(start_dt=timezone.now())
|
||||
discount = FuzzyDecimal(low=0.00, high=100.00)
|
||||
stock = FuzzyInteger(low=0)
|
||||
tags = ['test-tag']
|
||||
tags = ['test']
|
||||
category = 'top-category' # main tag category
|
||||
attributes = ['programming/python', 'testing']
|
||||
identifiers = FuzzyText(prefix='IDENTIFIERS_', length=100)
|
||||
|
||||
Reference in New Issue
Block a user