We need to compare the performance of search on websites using Algolia and websites which are not using Algolia. A comparison of websites within the same industry or category will be a good benchmark for the advantages of Algolia.
I am following the gatsby tutorial for installing algolia. After doing gatsby build I get
TypeError: Cannot read property 'addObjects' of undefined
My src/utils/algolia.js file
const postQuery = `{
posts: allMarkdownRemark(
filter: { fileAbsolutePath: { regex: "/content/" } }
)... Read more
I get it that Algolia provides the maximum default limit for less data theft, but I would like to have the power to regulate the default number in my hand.
Great feature to prevent from data scrappers though
I would like to use Algolia on ~25 education websites where the project revenue will be minimal (occasional display ads or affiliate links). Algolia can be expensive but I would be willing to prominently promote the business in exchange for custom pricing or an affiliate account.
Exact scenario: we have gambling odds update in real time for various esports matches. We use algolia to browse/search these matches, however we do things such as sort by odds.
In order to sort by the odds of a match, we need to maintain the odds of the match in Algolia. This ends up costing us... Read more