HackerTrans
TopNewTrendsCommentsPastAskShowJobs

andresribeiro

3 karmajoined 5 лет назад

Submissions

I'm adding QR Codes on my cables

old.reddit.com
7 points·by andresribeiro·5 дней назад·4 comments

[untitled]

1 points·by andresribeiro·19 дней назад·0 comments

Aperio: Lightweight search engine in Rust – GBs of data in < 1ms, < 256MB RAM

github.com
2 points·by andresribeiro·в прошлом месяце·1 comments

Always Hot Cloud Storage Is a Lie

twitter.com
2 points·by andresribeiro·3 месяца назад·0 comments

Show HN: Couplecore.me – Dead-simple custom couple landing pages

couplecore.me
1 points·by andresribeiro·4 месяца назад·0 comments

comments

andresribeiro
·в прошлом месяце·discuss
Author here. I built Aperio because Elasticsearch and even Meilisearch felt like overkill for some projects I work on.

Features:

- Typo-Tolerant Search - Autocomplete / Suggest - Multilingual - Works out of the box and can be highly configurable

Trade-offs to flag upfront:

- Ordering: only supported by ID ASC or DESC. Relevance is not supported, documents either match the query or they don't. - Filtering: Not supported directly, but you can easily bypass this by structuring your collections. For example, if you want to search messages by a specific user, you can simply create a dedicated collection named messages:[userId].

Happy to answer questions.