Hoppa till innehåll
- Add default SearchHit type for SearchHelper generic template when no type is specified.
- Add TypeScript generics support for SearchHelper.
- Fix issue with query syntax character escaping with dash and en dash.
- Proper type for SearchHit in
getClickTrackingUri.
- Add validation for query, start, and num parameters in search function
- Add export for
removeStopWords.
- Do not escape query words containing
:, instead surround them with quotes.
- Add
removeQueryStopWords option when instantiating SearchHelper.
- Escape special syntax characters in
getWildcardQuery.
- Do not set
tag in setHighlightOptions when it’s undefined.
- Add
setHighlightOptions method.
- Update to new Sitevision API imports.
- Return Hit instead of Node as default.
- Remove dependency to
@soleil/api/data-creator.
- Increment hit count calculation for more exact hit count when loading more hits.
hitCount is renamed to just count.