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

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -