Hacker News new | ask | show | jobs
by posativ 4558 days ago
You are not doing full-text search with bloom filters (unless you add all partial words to the filter), only word-search, which is imho the biggest disadvantage (e.g. typos in the index or on the client's side).