Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@appbaseio/react-searchbox
Advanced tools
React library kit based on ReactiveSearch's DataSearch
A lightweight react search library with some common utilities.
React SearchBox
offers a lightweight (~30KB: Minified + Gzipped) and performance focused searchbox UI component to query and display results from your ElasticSearch app (aka index) using declarative props. It is an alternative to using the DataSearch component from ReactiveSearch.
<SearchBox
app="good-books-ds"
credentials="nY6NNTZZ6:27b76b9f-18ea-456c-bc5e-3a5263ebc63d"
dataField={['original_title', 'original_title.search']}
/>
<SearchBox
app="good-books-ds"
credentials="nY6NNTZZ6:27b76b9f-18ea-456c-bc5e-3a5263ebc63d"
dataField={[
{ field: 'original_title', weight: 1 },
{ field: 'original_title.search', weight: 3 }
]}
title="Search"
defaultValue="Songwriting"
placeholder="Search for books"
autosuggest={true}
defaultSuggestions={[
{ label: 'Songwriting', value: 'Songwriting' },
{ label: 'Musicians', value: 'Musicians' }
]}
highlight={true}
highlightField="group_city"
queryFormat="or"
fuzziness="AUTO"
showClear
showVoiceSearch
/>
npm install @appbaseio/react-searchbox
# or
yarn add @appbaseio/react-searchbox
The official docs for the library are at docs/react-searchbox
Please check the contribution guide
reactivesearch React, React Native and Vue UI components for building data-driven apps with Elasticsearch.
arc API Gateway for ElasticSearch (Out of the box Security, Rate Limit Features, Record Analytics and Request Logs).
searchbox Similar to react-searchbox
we offer a lightweight and performance focused searchbox UI libraries for Vanilla and Vue.
dejavu allows viewing raw data within an appbase.io (or Elasticsearch) app. Soon to be released feature: An ability to import custom data from CSV and JSON files, along with a guided walkthrough on applying data mappings.
mirage ReactiveSearch components can be extended using custom Elasticsearch queries. For those new to Elasticsearch, Mirage provides an intuitive GUI for composing queries.
ReactiveMaps is a similar project to Reactive Search that allows building realtime maps easily.
appbase-js While building search UIs is dandy with Reactive Search, you might also need to add some input forms. appbase-js comes in handy there.
FAQs
React library kit based on ReactiveSearch's DataSearch
The npm package @appbaseio/react-searchbox receives a total of 144 weekly downloads. As such, @appbaseio/react-searchbox popularity was classified as not popular.
We found that @appbaseio/react-searchbox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.