Y
Hacker News
new
|
ask
|
show
|
jobs
by
techntoke
2245 days ago
A few dozen articles? I've seen examples with Fuse.js and Hugo searching over 10,000 articles and it is fast. No server-side components required.
2 comments
contravariant
2245 days ago
I think most people (me included) underestimate how ridiculously tiny raw text is compared to other common file types.
link
chopraaa
2245 days ago
Great way to botch user experience since the user has to download the index.
link
techntoke
2245 days ago
There are ways to optimize this per section, alphabetically, etc. Otherwise Xapian is very easy to setup and would be my goto over Elasticsearch.
link