> although it is limited to 1,000 records and 50,000 API calls per month
um, free is nice, but who needs a search engine for 1000 records? You can keep that in a spreadsheet, or sqlite. I think they could bump it up to 10,000 records without cannibalizing any real monetizable businesses.
A lot of people think that search is only useful on big data set, but that's actually wrong.
With Algolia, you are able to find relevant content with few letters, we tolerate typos, we tolerate wrong concatenation, any languages, ... a lot of feature that come out of the box.
Not really sure that's feasible because Algolia records are more akin to Word docs than Excel rows. 10K docs could be approx 10GB of data--definitely not feasible to push over the wire, and pushing the upper bounds of what even sqlite can handle.
Great! I am using Algolia and it has been phenomenal. As a total newbie to putting data into searchable format it was amazingly trivial. With their examples and just 3 hours of work I had a Django app pushing model updates into indexes and built a live-search capability into some pages.
My only complaint was the plan sizes, jumping from 14-day trial to $50/month when I have tiny amounts of data and querying for the next few months. A free plan will be great.
um, free is nice, but who needs a search engine for 1000 records? You can keep that in a spreadsheet, or sqlite. I think they could bump it up to 10,000 records without cannibalizing any real monetizable businesses.