Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJack Eccleshall
7,914 PointsAdvanced Search Functionality - Django
Im looking to implement a advanced search functionality on a website I’m building in Django and I’m a bit stuck where to start. Does anyone have nay experience doing this?
Has anyone had any experience in doing this in any other languages? Or know of a general why to accomplish this?
The advanced search functionality I'm wanting to implement is similar to eBays - http://www.ebay.co.uk/sch/i.html?_odkw=django&_osacat=0&_from=R40&_trksid=p2045573.m570.l1313.TR0.TRC0.H0.Xpython+django&_nkw=python+django&_sacat=0 (down the left and side).
1 Answer
Kenneth Love
Treehouse Guest TeacherYou're probably looking for django-haystack. It's fairly simple to set up a Solr or ElasticSearch backend (especially the latter with Amazon's elasticsearch backend) or, if it's low-traffic and content, just use Whoosh.