The Wayback Machine - https://web.archive.org/web/20220421221850/https://github.com/topics/app-search
Skip to content
#

app-search

Here are 17 public repositories matching this topic...

Open Source alternative to Algolia and an Easier-to-Use alternative to ElasticSearch 🔍 Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences

  • Updated Apr 21, 2022
  • C++
search-ui
JasonStoltz
JasonStoltz commented Oct 31, 2019

The Results component should accept a prop called 'displayFields` which would allow users to specify which fields from their result object to display. The parameter should be able to express:

  1. Order
  2. field
  3. field label

Example:

result:

{
  title: {title value},
  date: {date value},
  cats: {cats value }
  isbn: {isbn value}
}

Component using new field

good first issue pinned

Improve this page

Add a description, image, and links to the app-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the app-search topic, visit your repo's landing page and select "manage topics."

Learn more