Jason Stoltzfus

Results 302 comments of Jason Stoltzfus

@janoschsworkspace Awesome! What sort of tech stack are you working with? Elasticsearch or App Search? Are you using Search UI with something like Next JS, etc?

I don't know the answer off of the top of my head, but I am asking around to see if that's possible.

What version are you on? I know if in 8.4 and/or the upcoming 8.5 release we've been moving to make the data ingested by a connector decoupled from the Workplace...

Check these docs out, they may explain how to accomplish what you're aiming to do: https://www.elastic.co/guide/en/enterprise-search/current/engines.html#engines-create-from-content-source

Tracking the work for this here: https://github.com/elastic/search-ui/issues/790

Good point. I think the `Facet` field has a `label` property, right? So you should be able to customize the facet label.

Ah, I see. That would be better. In the meantime, I would try creating a Custom View.

FWIW, a few seconds is a generally bad user experience. Any ideas why the search is taking so long? Is this App Search or Elasticsearch as a backend?

I marked this one as a good first issue because I think the logic is relatively easy here. We'd probably want to include: 1. An `LoadingIndicator` component that works well...