showcase-linux-commits-search icon indicating copy to clipboard operation
showcase-linux-commits-search copied to clipboard

Instantly search 1M Linux Kernel Commit Messages using Typesense Search (an open source alternative to Algolia / ElasticSearch) ⚡ 💻 🔍

Results 1 showcase-linux-commits-search issues
Sort by recently updated
recently updated
newest added

## Description i follow steps my .env is TYPESENSE_HOST=localhost TYPESENSE_PORT=8108 TYPESENSE_PROTOCOL=http TYPESENSE_ADMIN_API_KEY=wbEvuLo0BOPahHPZDYwHYj3tZc7RBX8o TYPESENSE_SEARCH_ONLY_API_KEY=LNWaKCljmvwD9iqh5OAZ8gQmETPooIG7 TYPESENSE_COLLECTION_NAME=commits y dont run in docker so my yarn typesenseServer is: typesense-server --data-dir /tmp/typesense-server-data --api-key=wbEvuLo0BOPahHPZDYwHYj3tZc7RBX8o --listen-port 8108...