Skip to content

v1.0.0

Compare
Choose a tag to compare
@GormFrank GormFrank released this 03 Jun 19:44
· 14 commits to main since this release
9356885

This is the initial stable major version if the Search UI

What's Changed

  • Fix “None of these words” field in advance search UI
  • Fix date format as well as date value for YYYY-MM-DD, in search results
  • Fix searches coming from top-right search box to not do exact match with the search terms (was previously adding “+” sign between words resulting in this behavior)
  • Fix PM contextual search to highlight search terms properly in search results
  • General fix for accessibility concern around keyboard focus
  • Add a Sort by date feature
  • Add Scope for Elections Canada to conduct more specific searches
  • Remove query suggestions if www.canada.ca
  • Avoid throwing an error if baseElement can't be found
  • Add information related to the project itself, as part of the concept of project/mini-apps for MWS

Modified files for implementation

  • connector.min.js
  • headless.esm.js
  • connector.min.css

New Contributors

Full Changelog: v1.0.0-alpha...v1.0.0