tags attributes to add tags to your record. It can be a field or a callable.
Python
{ tagFilters: 'tagvalue' } or { tagFilters: ['tagvalue1', 'tagvalue2'] } as search parameters to restrict the result set to specific tags.How to index tags inside Django models.
tags attributes to add tags to your record. It can be a field or a callable.
{ tagFilters: 'tagvalue' } or { tagFilters: ['tagvalue1', 'tagvalue2'] } as search parameters to restrict the result set to specific tags.