https://github.com/flevi29/refinement_list_bug
https://github.com/flevi29/refinement_list_bug
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flevi29/refinement_list_bug
- Owner: flevi29
- Created: 2022-11-14T09:24:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T12:48:20.000Z (over 3 years ago)
- Last Synced: 2025-03-09T19:44:42.299Z (over 1 year ago)
- Language: JavaScript
- Size: 14.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Need:
1. Node.js LTS (only tested with 18.x)
2. Docker or Algolia
Run:
```shell
# Typesense
docker compose up -d
npm run harvest:typesense
npm start
# Algolia
# Be sure to populate .env `REACT_APP_ALGOLIA_API_KEY` and `REACT_APP_ALGOLIA_APP_ID`
npm run harvest:algolia
npm start
```
Observe: When selecting an item with a high count (300+) like `Sík Sándor` and
an item with a low count (somewhere between 1-10) like `Sajó Géza` (or
`Lovászy Nándor` for Algolia with record limit), the item with the low count
will display 0. The item with the low count should be searched for.