searchkit

Search UI for Elasticsearch & Opensearch. Compatible with Algolia's Instantsearch and Autocomplete components. React & Vue support

APACHE-2.0 License

Downloads
162K
Stars
4.7K
Committers
64

Bot releases are visible (Hide)

searchkit - Out the box Filter Support

Published by github-actions[bot] about 3 years ago

  • Supports being able to add Term & numeric range filters easy. See how to guide here and API documentation
searchkit - release 43

Published by github-actions[bot] about 3 years ago

searchkit - bump version to r42

Published by github-actions[bot] about 3 years ago

searchkit - Canary 41 release

Published by github-actions[bot] about 3 years ago

New Features

Breaking Change

searchkit - (feat) Query options #926

Published by github-actions[bot] over 3 years ago

searchkit - Facet visibility rules

Published by github-actions[bot] over 3 years ago

Provides the functionality to add conditions to when to show facets.

Examples of usecases:

  • I want to show "CPU Socket type" facets when the customer has selected to filter by "motherboards"
  • I want to show different filters depending on the user's role and authorization groups.

The advantages being able to customise the experience around what the customer is filtering for and who they are. Reducing the number of facets also has performance benefits meaning searches will be faster.

Read more here https://searchkit.co/docs/customisations/conditional-facets

searchkit - Documentation error handling

Published by github-actions[bot] over 3 years ago

searchkit - Release 37: Resolve issue when Routing HOC used in Next _app Component

Published by github-actions[bot] over 3 years ago

searchkit - update cd node version

Published by github-actions[bot] over 3 years ago

issue where the node-version argument is incorrect.

searchkit - r35 - Bug fixes with routing + SSR hydrate

Published by joemcelroy over 3 years ago

Bug fix: search was not called on client side render, therefore variables contained the baseState only even though the url contains searchState.
Bug fix: Issue with sortBy being either null or not provided in variables causing a miss in apollo cache and resulting in a XHR request to server on client hydrate

searchkit - r34 - Better SEO support

Published by github-actions[bot] over 3 years ago

searchkit - r33 release

Published by github-actions[bot] over 3 years ago

searchkit - Fix qs dependency

Published by github-actions[bot] over 3 years ago

searchkit - chore(rc30 release): rc30 release

Published by github-actions[bot] over 3 years ago

searchkit - Rc29

Published by github-actions[bot] over 3 years ago

searchkit - chore: release rc28

Published by github-actions[bot] over 3 years ago

#851

searchkit - Base Filters Functionality

Published by github-actions[bot] almost 4 years ago

fixes #840

searchkit - Improve documentation + update examples + bug fix with combo box

Published by github-actions[bot] almost 4 years ago

searchkit - Searchkit schema

Published by github-actions[bot] almost 4 years ago

  • Renaming @searchkit/apollo-resolvers to @searchkit/schema
  • Updating the API to be more flexible. Change will now allow:
    -- multiple searchkit configurations in one local schema
    -- Searchkit no longer needs to be in the root query to work