Joe McElroy
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: "",...
## 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...
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!
update the colab links to work.
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
## 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...