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

enterprise-search

Here are 20 public repositories matching this topic...

meilisearch
curquiza
curquiza commented Apr 26, 2022

Following this spec: meilisearch/specifications#83

When indexing the _geo field as a filterable or sortable attribute, MeiliSearch should be able to parse string or numeric values rather than raise an invalid_geo_field error.

Please, feel free to ask any question to be helped by the core team if needed

enhancement good first issue milli

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 28, 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 enterprise-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 enterprise-search topic, visit your repo's landing page and select "manage topics."

Learn more