Skip to content

Instantly share code, notes, and snippets.

@mohdashraf010897
Created February 26, 2022 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohdashraf010897/ccddc98ee0f92363f34e92804086426f to your computer and use it in GitHub Desktop.
Save mohdashraf010897/ccddc98ee0f92363f34e92804086426f to your computer and use it in GitHub Desktop.
componentId="search-box"
iconPosition="right"
:dataField="[
'original_title',
'original_title.search',
'authors.search',
'authors.raw',
'authors.autosuggest',
'authors',
]"
className="search-box"
:showClear="true"
placeholder="Search for books"
:enableRecentSuggestions="true"
:enablePopularSuggestions="true"
:enablePredictiveSuggestions="true"
:popularSuggestionsConfig="{
size: 3,
minHits: 2,
minChars: 4,
}"
:recentSuggestionsConfig="{
size: 3,
minChars: 4,
}"
index="gitxplore-app"
:size="10"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment