All Projects → algolia → Instantsearch Ios Examples

algolia / Instantsearch Ios Examples

Licence: mit
Example apps built with InstantSearch iOS

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Instantsearch Ios Examples

Instantsearch Ios
⚡️ A library of widgets and helpers to build instant-search applications on iOS.
Stars: ✭ 498 (+805.45%)
Mutual labels:  algolia, search, interface-builder, widgets, search-interface
Instantsearch Android
A library of widgets and helpers to build instant-search applications on Android.
Stars: ✭ 129 (+134.55%)
Mutual labels:  algolia, search, interface-builder, widgets, search-interface
Instantsearch.js
⚡️ A JavaScript library for building performant and instant search experiences with Algolia.
Stars: ✭ 2,799 (+4989.09%)
Mutual labels:  algolia, search, widgets
Angular Instantsearch
⚡️Lightning-fast search for Angular apps, by Algolia
Stars: ✭ 219 (+298.18%)
Mutual labels:  algolia, search, widgets
instantsearch-android-examples
Example apps built with algolia/instantsearch-android
Stars: ✭ 60 (+9.09%)
Mutual labels:  algolia, example, search-interface
Calaca
Search UI for Elasticsearch
Stars: ✭ 318 (+478.18%)
Mutual labels:  search, search-interface
Scout Extended
Scout Extended: The Full Power of Algolia in Laravel
Stars: ✭ 330 (+500%)
Mutual labels:  algolia, search
Algoliasearch Rails
AlgoliaSearch integration to your favorite ORM
Stars: ✭ 352 (+540%)
Mutual labels:  algolia, search
Awesome Algolia
🔍👋 START HERE! A curated list of Algolia libraries, resources and projects.
Stars: ✭ 475 (+763.64%)
Mutual labels:  algolia, search
Examples Win32
Shows how to use Win32 controls by programming code (c++17).
Stars: ✭ 22 (-60%)
Mutual labels:  example, widgets
Open Semantic Search
Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)
Stars: ✭ 386 (+601.82%)
Mutual labels:  search, search-interface
Search Dialog
An easy to use, yet very customizable search dialog
Stars: ✭ 503 (+814.55%)
Mutual labels:  search, search-interface
Flutter Widgets
This is a tutorial for all widgets in the flutter. It contain code, articles.
Stars: ✭ 315 (+472.73%)
Mutual labels:  example, widgets
Twitter Search
Instantly search across your entire Twitter history with a beautiful UI powered by Algolia.
Stars: ✭ 305 (+454.55%)
Mutual labels:  algolia, search
Docsearch Configs
DocSearch - Configurations
Stars: ✭ 339 (+516.36%)
Mutual labels:  algolia, search
Flutter Ui Nice
More than 130+ pages in this beautiful app and more than 45 developers has contributed to it.
Stars: ✭ 3,092 (+5521.82%)
Mutual labels:  example, widgets
Algoliasearch Client Php
⚡️ A fully-featured and blazing-fast PHP API client to interact with Algolia.
Stars: ✭ 565 (+927.27%)
Mutual labels:  algolia, search
Ransack
Object-based searching.
Stars: ✭ 5,020 (+9027.27%)
Mutual labels:  search, search-interface
Vue Instantsearch
👀 Algolia components for building search UIs with Vue.js
Stars: ✭ 707 (+1185.45%)
Mutual labels:  algolia, search
svelte-algolia
Svelte plugin for keeping Algolia indices in sync with custom data fetching functions.
Stars: ✭ 17 (-69.09%)
Mutual labels:  search, algolia

InstantSearch iOS: Examples

Example of search experience components built with algolia/instantsearch-ios.

InstantSearch iOS is a library providing components and helpers to help you build the best instant-search experience on iOS with Algolia. It is built on top of Algolia's Swift API Client to provide you a high-level solution to quickly build various search interfaces.

Examples

We have built a demo application to give you an idea of what you can build with InstantSearch iOS:

Search as you type experience

  • Search results updated on each keystroke



















Single index search

  • Search as you type experience
  • Search a movie by title, actor or year
  • Infinite scrolling of search results



















Multi index search

Example of a multi-index search interface.

  • Multi-Index table showcasing results from different indices (movies and actors)
  • Uses the same index for movies as single index example, but presents results differently (horizontal scrolling)
  • Independent infinite scrolling for both hits views















Search for facets

Example of a facet search interface.

  • Search as you type experience
  • Presentation of selected facets


















Sorting results

Example of sorting movies by year attribute.






















Query Suggestions

Example of updating list of relevant queries that your users can select from as they type.

















Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].