baruwaproject / baruwa2

Baruwa 2.0
http://www.baruwa.org
GNU General Public License v3.0
21 stars 9 forks source link

search black/whitelist broken #48

Closed nido009 closed 10 years ago

nido009 commented 10 years ago

searching in black and whitelists is broken. i traced it down to

baruwa/controllers/lists.py line 137: " results = conn.Query(q, 'lists, lists-rt')"

there is a typo. lists-rt should by lists_rt. Tracing searchd shows it complaining about unknown index.

fluxlabs commented 10 years ago

Fix it and submit a pull request.