Skip to content

6.10.1

Compare
Choose a tag to compare
@epugh epugh released this 28 Feb 14:49

6.10.1 - 2022-02-28

Bugs

  • Updated Splainer-Search to https://github.com/o19s/splainer-search/releases/tag/v2.13.0 to enhance snapshots with ES, and make our parsing of ES.

  • When Quepid switches between HTTP and HTTPS protocols, the flash message "Reloaded on HTTP protocol for Quepid app to match search engine URL" causes some CSS layout issues which led to the "Run my Queries" button to slide off the page! Darn you CSS. First spotted by @nathancday, while giving a demo of course! Fixed by #463 by @epugh.

  • When reloading from HTTP to HTTPS Elasticsearch during the case wizard, we lose the default query params for ES, we end up
    with the default Solr query params! #457 by @epugh and @wrigleyDan. Fixed by #464 by @epugh.

  • Build was failing for Apple Silicon M1 users! #430 by @llermaly and fixed by @wrigleyDan via #460.