Searchkit is a suite of UI components built in react. The aim is to rapidly create beautiful search applications using declarative components, and without being an ElasticSearch expert.
Questions tagged [searchkit]
39 questions
0
votes
1 answer
How can I build a compound query with SearchBox in searchkit?
I'm using searchkit to try to build a basic text search. I think the query I want to build is fairly simple. It needs to be structured like this:
{
"query":{
"bool":{
"must":[
{
"multi_match":{
…

RocketGuy3
- 585
- 1
- 10
- 24
0
votes
1 answer
SearchBox Multi Match Query with type best_fields and NOT phrase_prefix
I am using SearchBox from searchkit 2.2.0 and would like to make Multi Match Query with option type best_fields to elasticsearch.
How to set type best_fields when I use prefixQueryFields?
How to correctly set prefixQueryOptions object with type…

Denis P.
- 302
- 1
- 2
- 8
0
votes
1 answer
searchkit - RefinementListFilter Checkboxes Not Persisting State
I have a question about the RefinementListFilter in searchkit. I have a few filters that are booleans, for example: {field: 'hasChildren': {'1' : 'Yes', '0': 'No'}} to give an example of the translation for that field. For some reason, I can persist…

mcastre
- 21
- 3
0
votes
1 answer
How can I order the filter menu in alphabetical order
Hi i am using reactjs searchkit component in my project. As a requirement, I need to list the filter menu order by alphabetical order
In the below picture, I need to order Actors list in alphabetical order, how can i do this?
Can anybody know how…

Nageshwar Reddy Pandem
- 1,059
- 9
- 15
0
votes
1 answer
nodejs searchkit demos "Cannot find module 'react'."
I'm trying to install a searchkit demo "IMDB Search Demo": http://searchkit.co/demos
I copied the contents of: https://github.com/searchkit/searchkit-demo to a folder on my Desktop
I installed nodejs, went into that folder in cmd, typed "npm…

sezanzeb
- 816
- 8
- 20
0
votes
1 answer
Searchkit Checkbox Filter
I am having trouble with Searchkit Checkbox Filter. This is link to documentation with example.
http://docs.searchkit.co/stable/docs/components/navigation/checkbox-filter.html
Is is possible to have two checkbox's inside of a Checkbox Filter?
Or if…

user3350597
- 471
- 1
- 4
- 14
0
votes
1 answer
searchkit pagination not displaying where to place "resolve" code with webkit
Referencing earlier question
Searchkit pagination not displaying. @artem-timofieiev share code here: react searchkit with material-ui (pagination is-disabled)
Where exactly do I paste this code?
resolve: {
alias: {
react:…

Tim Archambault
- 11
- 1
0
votes
0 answers
SearchKit - Unable to get a sample app working
I've installed searchkit (https://github.com/searchkit/searchkit) and have been trying to just get a basic webpage to show something. I have very little experience with Javascript and web development in general and would appreciate some help and…

Brooks
- 7,099
- 6
- 51
- 82
-1
votes
1 answer
Integrate Boolean Operators in SearchBox in a React/ElasticSearch/Django website
I am creating a website using django and React. I have setup a search engine using elasticsearch and I showed the data in my website using React-searchkit. I want to integrate boolean search in my searchbox to allow the user to search using boolean…

Mostafa Mohamed
- 39
- 4