Releases: o19s/splainer-search
Releases · o19s/splainer-search
# 2.29.0 (2023-11-02)
2.28.0
2.28.0 (2023-11-01)
- Introduced a
httpProxyTransportFactory
that wraps the othertransporters
for when you want to send a request via proxy. It is enabled by passing in yoursettings
the valueproxyUrl:'http://myserver/proxy'
. This works much better than the previous approach of managing the url with a proxy at the Quepid level.
2.27.0
2.27.0 (2023-10-25)
- In 2.26.0 we required you to specify a "responseParser" for a custom search api that was OS, ES, or Solr. However, that was VERY limiting, and required you to return your search results from your custom search api in one of those formats. We now have the concept of mappers, which are JavaScript code that converts from the JSON format that your API returns to the native JavaScript objects that splainer-search uses. In this release we have
numberOfResultsMapper
anddocsMapper
mappers defined, and this will evolve. #132 by @epugh.
v2.26.0 - MVP support for custom searchapi in Quepid
2.25.0
v2.24.0
2.24.0 (2023-08-28)
- Support using a prefix for a image path for thumbnails, the same way we support it for images. #127 by @epugh fixes o19s/quepid#790 by @OkkeKlein.
2.23.0
Solr changed the explanation of the score when using multiplicative boost functions via boost parameter somewhere between Solr 4.6 and Solr 8.11. #126 by @wrigleyDan fixes #125.
v2.22.2 All the 2's, plus confirm a second time I built the code
Not positive I recompiled the code after the changes...