Skip to content

6.4.0: importer filtering

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 06:03
· 424 commits to master since this release

General

  • Enhanced the fuzzy matching to support database name matches against the source file/feed to consider the overall shortest table name length.
    • Previously this was constrained to a minimum of 8 characters.
    • If the source file/feed includes a matching manufacturer/year, then the overall fuzzy matching success rate will increase.
    • For example, a 100% success rate is now achieved when matching the 'standard' database names against the manufactured table/backglass file content released in the past 4 weeks (November 2022). Note, the Importer 'Overwrite All Info' feature can be used to automatically update the database to use the 'standard' names.

Importer

  • Added a 'dynamic filtering' toggle to enable/disable the automatic population of the filtering drop down lists with values based on the displayed filtered list of tables. This feature is disabled by default (previously enabled).
  • Fixed some filtering options that weren't working correctly for unmatched tables.
    • 'From Year' and 'To Year' were previously ignored.
    • Tables names in the drop down incorrectly included the manufacturer/year.
  • Added extra tooltip information for the filtering criteria to better explain their purpose. The tooltips are available by hovering the mouse over the filtering option.
  • Changed the display order of the "DMDs" tab from 5th position to 3rd position, i.e. located directly after the "Backglasses" tab.

Full Changelog: 6.3.1...6.4.0