Joe McElroy

Results 11 issues of Joe McElroy

Support Ent-search feature which has the ability to execute ES queries through ent-search. More information about the API [here](https://www.elastic.co/guide/en/app-search/current/elasticsearch-search-guide.html) Example ``` const connector = new ElasticsearchAPIConnector({ host: "", apiKey: "",...

pinned
team:search-experiences

## The problem Currently Searchkit provides a "good default" query which does typo-tolerance, phrase matching and multi-match across the search fields provided. Developers who wish to customise the query can...

Help Wanted: PR
feature

Currently in v4.5, you are able to specify a custom facet query to override the default terms aggregation. ```ts facet_attributes: [ { attribute: "type", field: "type.keyword", type: "string" facetQuery: (field,...

currently we do not support searching on nested fields OOTB. Configuration will be as follows: ``` search_attributes: ["type", { "actors", nestedPath: "Author" }] ``` and use the nested clause to...

Join us on Discord https://discord.gg/CRuWmSQZQx or leave your feedback in this issue. Always looking to improve the onboarding experience for Searchkit!

Providing examples on how to re-rank using: - bi-encoders and cross-encoders - Learn to rank via feature extractors - boosting on attributes like dates, popularity

documentation

## Summary Fixes two issues: - the view should be full width, so removing restrictWidth option - in serverless, the content view was scrollable, even when the vertical content did...

release_note:skip
Team:EnterpriseSearch
v8.14.0
v8.15.0