Hacker News new | ask | show | jobs
by bepvte 2199 days ago
Great stuff, but it doesn't seem to search titles
1 comments

Yeah, that's a bug. XD I was ingesting the title into the bloomfilter without making it lowercase like the rest. Then when searching, I lowercase the user input and guess what... the title can't be matched. Whoops. ;) Will fix.