atomic-algolia icon indicating copy to clipboard operation
atomic-algolia copied to clipboard

An NPM package for running atomic updates to an Algolia indices

Results 18 atomic-algolia issues
Sort by recently updated
recently updated
newest added

## 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...

bug

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: ```...

bug

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" } }...

bug

## Use case (user story) We’re doing: - #33 - #17 - #9 - #7 - #6 ## Scenarios Please see related issues above. ## Notes

enhancement
help wanted
good first issue

## Use case (user story) Meilisearch is an open source Algolia-like search engine. ## Scenarios N/A ## Notes - This comes after the re-write

enhancement
help wanted

## 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...

enhancement
help wanted

## 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 - [ ]...

help wanted
good first issue