Questions tagged [elastic-search-ui]

9 questions
1
vote
0 answers

Gatsby with Elastic Search UI, breaks SSR

Im building a page on Gatsby, and the site uses Elastic Cloud, with their search ui components. Pretty nice library actually, but I have a major problem. If I have one wrapping the in the header and one to wrap the…
chilly
  • 193
  • 2
  • 13
1
vote
0 answers

Show Filters button is not displayed when sideContent disappear (on small device)

I am tying to set up elasticsearch and I saw on the park example that there is a "show filters" button when window size gets small. But I can't find the related settings for it on my actual program, I can see on inspection that the button is there…
1
vote
1 answer

How to include elastic/search-ui in an Angular project?

I am trying to build a search page using @elastic-search-ui and following the headless concepts way of adding it, shows errors. Built a new angular application in package.json (adding them under devDependencies or dependencies has the same…
Suren Konathala
  • 3,497
  • 5
  • 43
  • 73
0
votes
0 answers

How can i get the onChange callback from Sorting Component in elastic/react-search-ui?

I need to call one function after the sorting option is clicked. But I can't access the onChange event. The elastic/react-search-ui docs https://docs.elastic.co/search-ui/api/react/components/sorting also didn't provide details about callback for…
0
votes
0 answers

elastic/search-ui - How to change facet view? Filter by id but display by label

Similar question was raised on discuss.elastic.co. Given I have some documents in my elasticsearch index with a tag field. { ... tag:[ { "id":"1", "label":{ "en":"dog", "ger":"Hund" }, { "id":"2", …
jschnasse
  • 8,526
  • 6
  • 32
  • 72
0
votes
0 answers

What's the difference between search frameworks and UI libraries with form components?

Can someone explain the difference between a search framework such as Search UI and UI libraries such as PrimeReact? Search UI seems to contain pre-built form components which can be used for a site search. PrimeReact for example, also contains…
ianyoung
  • 2,863
  • 4
  • 26
  • 31
0
votes
0 answers

ElasticSearch UI filter from 0 is not working

I have an issue with filters on ElasticSearch UI. I'm using this version "@elastic/react-search-ui": "^1.2.0". It's bit old version but I'm not able to update it. Whatever, the problem is when I want to add range filter to query it's not working as…
Yasin Yörük
  • 1,500
  • 7
  • 27
  • 51
0
votes
1 answer

Failed to create query: Can only use phrase prefix queries on text fields - not on [customer_name] which is of type [keyword]

While using ElastichSearch Search UI, with this conifg: const configurationOptions = { apiConnector: connector, alwaysSearchOnInitialLoad: true, searchQuery: { search_fields: { customer_name: { } }, result_fields: { …
Artur Stary
  • 724
  • 2
  • 13
  • 30
0
votes
0 answers

App Search - How to add "multi field", a field with array of values (like color)

I am trying to use App Search, and when I index a document that looks like: name: 'metalica t-shirt' colors: ['red', 'black'] The engine removes 'black' and leaves it as: name: 'metalica t-shirt' colors: 'red' But I want it to appear both under…
eliezra236
  • 547
  • 1
  • 4
  • 16