instantsearch
til
instantsearch | til | |
---|---|---|
9 | 1 | |
3,673 | 1 | |
0.7% | - | |
9.5 | 9.8 | |
9 days ago | 5 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
instantsearch
-
Next.js 13.4: App Router (Stable)
Thanks! Here's a GH Issue about it that I follow: https://github.com/algolia/instantsearch/discussions/5413#di...
-
React.dev
One example of this pattern is Searchkit [0] which performs most of its logic inside a singleton Searchkit class which is instantiated and passed as a prop to the root React component. A bonus is that it's easier to implement bindings for Angular, Svelte, etc. since they can rely mostly on the class. For example, it looks like Searchkit now suggests using InstantSearch (react-instantsearch-dom) [1] from Algolia, i.e. an entirely different maintainer, and it creates the bindings with a `Client(new SearchKit(...))` adapter [2] around the class (see the code on the home page at [0]).
[0] https://www.searchkit.co/
[1] https://github.com/algolia/instantsearch
[2] https://github.com/searchkit/searchkit/blob/main/packages/se...
-
How to build an availability search UI with Elasticsearch
We will use React, Next.JS, Instantsearch and Searchkit to build a search UI.
-
Algolia For Django
Algolia suggest to use InstantSearch.js library to build your search interface and perform search queries directly from the end-user browser without going through your server.
- Song search application built using Typesense.
-
Lightning fast search widget with Afosto Instant Search
Like the speed of our search, but want your own implementation? We got you covered! Internally, our widget uses our Instant Search Client to handle all the requests and functionality. With this client you can build your own solution or connect it to for example instantsearch.js or react-instantsearch-dom. With these packages, you can create your own UI that is connected to Afosto Instant Search. Take a look at the demo on our website, or use the CodePen below as an example.
-
For lovers of instant search and Ctrl+K menus, we made an open-source tool to add that to your website in 2 steps: 1. Enter your URL 2. Add code snippet to <head>. Links and code in comments!
No UI specified but they do have tutorials for InstantSearch
-
instantsearch.js VS x - a user suggested alternative
2 projects | 30 Mar 2022
-
Search feature giving you problems? This is a great solution.
But it also makes it easy to be integrated within existing applications by using the InstantSearch.js library through the Typesense-InstantSearch-Adapter.
til
-
I made a CLI extension to get the Annotation list of GitHub Actions.
gh annotations -repo swfz/til | jq [ { "repository": "swfz/til", "workflow_name": "slack notification", "workflow_event": "workflow_run", "workflow_path": ".github/workflows/slack.yml", "workflow_url": "https://github.com/swfz/til/actions/runs/3697438928", "job_name": "main", "job_conclusion": "success", "annotation_level": "warning", For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: swfz/slack-workflow-status@feature/follow-workflow-run" } { "repository": "swfz/til", "workflow_name": "ci", "workflow_event": "push", "workflow_path": ".github/workflows/ci.yml", "workflow_url": "https://github.com/swfz/til/actions/runs/3697430624", "job_name": "build", "job_conclusion": "failure", "annotation_level": "failure", "message": "Process completed with exit code 1." } { "repository": "swfz/til", "workflow_name": "lint content", "workflow_event": "push", "workflow_path": ".github/workflows/lint.yml", "workflow_url": "https://github.com/swfz/til/actions/runs/3694817234", "job_name": "run textlint", "job_conclusion": "failure", "annotation_level": "failure", "message": "Process completed with exit code 1." } ]
What are some alternatives?
nuxt3-algolia - Nuxt 3 with Algolia search boilerplate project
gh-annotations - list of annotations from the recently executed Workflow
uix - Idiomatic ClojureScript interface to modern React.js
react-instantsearch - ⚡️ Lightning-fast search for React and React Native applications, by Algolia.
instant-search-widget - Afosto instant search javascript widget
docsearch - :blue_book: The easiest way to add search to your documentation.
instant-search-client - Afosto InstantSearch.js client
searchkit - Search UI for Elasticsearch & Opensearch. Compatible with Algolia's Instantsearch and Autocomplete components. React & Vue support
algoliasearch-django - Seamless integration of Algolia into your Django project.
autocomplete - 🔮 Fast and full-featured autocomplete library
elasticsearch - DEPRECATED; https://github.com/docker-library/official-images/pull/15808
instantsearch.js - ⚡️ Libraries for building performant and instant search experiences with Algolia. Compatible with JavaScript, TypeScript, React and Vue. [Moved to: https://github.com/algolia/instantsearch]