6.12.1
6.12.1 - 2022-08-11
Bugs
- "Show Only Rated" feature in Quepid busted for ES. Highlighting on _id after a terms match in ES causes a index out of bounds exception. Also, the API method in explainOther needed to have the right case, might make a constants file at some point. o19s/splainer-search#109 by @worleydl fixed the issue in Splainer. Bumped in Quepid via #547 by @epugh.
6.12.0 - 2022-08-09
including 6.12.0 in this release notes as Eric forgot to tag it.
Features
-
Search box (to find queries). #506 and #512 by @epugh fixes #493 by @theaaronposc. Thanks Aaron!
-
You can now generate a new Case through the
thor
command line tools, useful when setting up lots of cases or as part of a script. #533 by @epugh. -
Surface how many unrated documents you have for a query as an alert bubble. #532 by @epugh.
-
The Frog Pond Report tells you about the state of your ratings. Understand the distribution of queries that need ratings and decide if you need to "hop to it" ;-). #526 by @epugh.
-
Create missing queries when importing ratings. #509 by @epugh.
Improvements
-
Gray out Queries with no ratings. Previously they showed up as Red with a 0.0 score, the same as if everything had bad ratings! #516 by @worleydl and suggested by @renekrie.
-
Keycloak Version 17 changed the default url to not have the
/auth
in the namespaces. #536 by @epugh fixes #528. We now test Quepid with Keycloak 18. -
Average Precision Scorer AP@10 wasn't implemented following the most common definition of AP. #535 by @david-fisher fixes this! Thanks David!
-
Taking a Snapshot is intensive process that makes a unique query to the search engine. #513 by @epugh provides nicer error message.
-
'Information need' import doesn't works for an empty case. #508 by @epugh fixes #507 by @atarora.
-
Bump to latest Rails to pick up CVE fixes, Ruby 2.7.6 recommended by Heroku, Bundler 2.3.18, plus general updates to gem dependencies.
Bugs
-
The detailed export of the case doesn't exports the 0 documents matching queries. #504 by @atarora fixes #501.
-
Move the logic for the default ES and Solr server definitions from server AND client side to just client side. #505 by @epugh fixes #503.
-
Limited encoding renders snapshots unusable. #510 by @epugh fixes #499 by @KennyLindahl. Thanks Kenny for the analysis!
-
Fixed missing query fields from cloning a case. #520 by @epugh