smui
smui copied to clipboard
Search Management UI
Follow-up on #52 In case the backend API delivers a BadRequest/400 an "unexpected" error is reported to the user of SMUI. Example: Create empty spelling / rule input. In those...
e.g.: `Console Warnings: `[DOM] Found 4 elements with non-unique id #inputSynonymTerm: (More info: https://goo.gl/9p2vKq) ``
fix: ``` [warn] [...]/smui/app/models/querqy/QuerqyReplaceRulesGenerator.scala:30:12: patterns after a variable pattern cannot match (SLS 8.1.1) [warn] case rule => validateQuerqyReplaceRulesTxtToErrMsg(rule) [warn] ^ [warn] [...]/smui/app/models/querqy/QuerqyReplaceRulesGenerator.scala:31:17: unreachable code due to variable pattern 'rule' on...
* Bumping pac4j to 6.x and play-pac4j to 12.x * Play 3.0 includes the akka -> pekko transition * Explicit scalatest/scalatestplus dependencies * Docker base image bumped to eclipse-temurin:17-jre-focal
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Currently it is possible to add any string as a solr field for a rule. This is problematic if it does not match a field declaration in solr, resulting in...
After configuring SAML auth to Entra per the documentation, SMUI properly redirects to Entra for auth and then during the call back an error occurs. I was able to obtain...
We have found that if the csv file is generated on windows and has line endings end in \r\n that we receive the following error message ` [error] s.RulesUsageService -...
WHAT? Automatically write release tag to github SMUI code, on main commits and Dockerhub commits
The example smui2solr.sh was still using ssh based file upload to deploy Querqy rules, there is a new way with Querqy 5: the Querqy rewriter API. * New smui2solr.sh deployment...