search - Implementing filters in django for e-commerce website -
i implementing e-commerce website using django. product catalog big (hundreds of products). know how should implement product filters in search.
e.g. let's put 30 products initially. user might want filter search based on product attributes color, size, category, etc.
is there feature in django enables building such features? if not, how should go it? querying database everytime user picks attribute, approach?
thanks.
i think looking faceted search.
haystack should django app looking for.
furthermore take @ django-filter
Comments
Post a Comment