grgizem / takeep

Event application based on Django
0 stars 1 forks source link

search functions in website #29

Closed maxciceu closed 11 years ago

maxciceu commented 11 years ago

The search function in place templates is not yet defined/implemented

kakkoyun commented 11 years ago

Done. Thanks to haystack. But not efficient because in development, system use sqldb and also system does not uses any search back end. In production we will use postgresql with elastic search back-end this will give system more suitable indexes, therefore more efficient search results.