...
...
...
...
...
Squirro 3.7.3 was released on March 22, 2023.
Table of Contents |
---|
What’s New
Concept search performance has been improved, including better identification of semantically-similar terms for searches.
Added a Feedback Mode toggle button to the Actions widget.
All new projects have significantly improved storage efficiency through changes to the mapped summary field, which is now just an abstract and not the fully body text. You can manually set the maximum size of this abstract using the new server setting
lib.pipeline.content.max-summary-size
. Truncation can be disabled by setting the value to 0. When you load data with an existing summary field, you can automatically map that field. Otherwise, the first paragraph up to the max summary size is used. This also means that PDF sub-items do not populate thesub_item.summary
field anymore.In the Ingestion Pipeline, you can now configure the amount of max-characters via the new server-level setting
lib.pipeline.content.max-summary-size
. By default, this is set to 600 characters.Added the
topic.item.allowed-reader-edit-keywords
project-level configuration, which allows setting specific Item keywords that users with the Reader role are allowed to edit.Added the configuration option
topic.typeahead.facetvalue.configuration
to allow simpler performance tuning for facet-value typeahead. For more details, seehttps://go.squirro.com/docs-typeahead
...