Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Current »

Released on April 1, 2015.

New Features

  • New heat map dashboard widget
  • New options for the result list dashboard widget:
    • Query highlighting can be disabled
    • Smart filter explain can be enabled
    • Abstract size can be configured
    • PDF can be configured to open on the first page where a match occurs
    • Documents can be opened from its original location instead of within an overlay
    • Disable the display of matching pages of a document
    • Disable the folding of duplicates of a document
    • The timestamp can be formatted
  • Added the ability to set the abstract length for result sets on the API
  • Multiple values of one facet can now be selected (and OR-combined) at the same time by pressing the ctrl (windows) or cmd (mac) key while selecting them

 

Improvements

  • Wildcard & phrase queries are now highlighted in PDFs
  • Combination of highlighting queries and explaining smart filters is now possible
  • Dragging and dropping of widgets in the dashboard edit mode has improved
  • Items are now stored/queried by referencing their subscription_id instead of their source_id. This will allow Squirro to process items from a source differently per project/object and also allows users to change the source (e.g. include more search terms in a search). This has the following two breaking side-effects:
    • Queries referencing sources now need to pass in their subscription IDs
    • Items no longer include the source_ids field

Migration scripts will migrate the data seamlessly.

Bug Fixes

  • time_increment query parameter is working again
  • Ensure all recipients of an alert receive the digest email
  • Ensure the timezones are correct when sending digest emails
  • Ensure facet titles are sorted correctly
  • Fix caching of keywords without values

Deprecated functions/features

  • The get_items method of the SquirroClient should no longer be used. Please use the query function
  • Query expansion on a project level using query_string has been removed
  • The get_project_source method of the SquirroClient got removed
  • The modify_project_source method of the SquirroClient got removed
  • The delete_project_source method of the SquirroClient got removed
  • The get_project_sources method of the SquirroClient got removed
  • Pipelet uploading/editing is disabled by default. Talk to the operator in charge if you need Pipelet access
  • No labels