atomic-algolia
atomic-algolia copied to clipboard
An NPM package for running atomic updates to an Algolia indices
## Description The package fails on CloudFlare Workers / Cloudflare Pages Functions ## Steps to reproduce ```gherkin Scenario: I'm trying to use atomic-algolia in a CloudFlare Pages Functions When using...
This script never sees records as unchanged if the index is configured not to return all attribute by default. This can be fixed by changing getRemoteIndex to this implementation: ```...
Use case (user story) I would like to update the algoliasearch > 4. Notes Some functions on the index need to be updated. Since Algolia might stop the support for...
## Description I have a structure with sub items, like this: ```json [ { "objectID": "1", "title": "An example record", "illustration": { "src": "https://example.com/image1.png", "alt": "my beautiful image" } }...
## Use case (user story) We’re doing: - #33 - #17 - #9 - #7 - #6 ## Scenarios Please see related issues above. ## Notes
## Use case (user story) Meilisearch is an open source Algolia-like search engine. ## Scenarios N/A ## Notes - This comes after the re-write
## Use case (user story) I’d like to convert this project to a monorepo, and: - create a core package in typescript - create a CLI using ink.js and glue.js...
## Use case (user story) Convert the existing project to typescript classes to: - Make things easier to maintain - Make things easier to document - Make the project type...
## Problem's to be solved I'd like to see some examples for generating indexes for various tools/services. Some examples: ### Static Site Generators - [ ] Hugo - [ ]...