splainer-search
Advanced tools
Changelog
2.30.0 (2023-11-14)
qOptions
. https://github.com/o19s/splainer-search/pull/135 by @epugh and @mkr.Changelog
2.29.0 (2023-11-02)
searchapi
we now track and store the response from the API for callers to look at. Added new error handling around custom mappers so you can figure which are having issues. https://github.com/o19s/splainer-search/pull/134 by @epugh.Changelog
2.28.0 (2023-11-01)
httpProxyTransportFactory
that wraps the other transporters
for when you want to send a request via proxy. It is enabled by passing in your settings
the value proxyUrl:'http://myserver/proxy'
. This works much better than the previous approach of managing the url with a proxy at the Quepid level. https://github.com/o19s/splainer-search/pull/133 by @epugh.Changelog
2.27.0 (2023-10-25)
numberOfResultsMapper
and docsMapper
mappers defined, and this will evolve. https://github.com/o19s/splainer-search/pull/132 by @epugh.Changelog
2.26.0 (2023-09-22)
Changelog
2.25.0 (2023-09-11)
Fixed bug in pagination that didn't respect the apiMethod
setting for Solr. If you used GET, splainer-search sent the request as JSONP anyway, causing errors in the Browser. https://github.com/o19s/splainer-search/pull/130 by @epugh.
Vectara is the first Vector search engine to work with Splainer. https://github.com/o19s/splainer-search/pull/128 by @mkr.
Changelog
2.24.0 (2023-08-28)
Changelog
2.23.0 (2023-07-05)