HackerTrans
TopNewTrendsCommentsPastAskShowJobs

andresribeiro

3 karmajoined il y a 5 ans

Submissions

I'm adding QR Codes on my cables

old.reddit.com
7 points·by andresribeiro·il y a 6 jours·4 comments

[untitled]

1 points·by andresribeiro·il y a 19 jours·0 comments

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

github.com
2 points·by andresribeiro·le mois dernier·1 comments

Always Hot Cloud Storage Is a Lie

twitter.com
2 points·by andresribeiro·il y a 3 mois·0 comments

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

couplecore.me
1 points·by andresribeiro·il y a 4 mois·0 comments

comments

andresribeiro
·le mois dernier·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.