Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We are excited to present our latest release: 2023-R7.

Table of Contents:

Table of Contents

Highlights

  • Lorem Ipsum

    Status
    colourGreen
    titleNEW!

  • Dolor sit amet
    minLevel1
    maxLevel2
    outlinefalse
    typelist
    printablefalse

    Highlights

    • New view-only user role

      Status
      colourGreen
      titleNEW!

    • Improvements to search

    Please see below for further information and full release notes.

    👥 New view-only user role

    🧮 Dolor Sit Amet

    Image Added

    🔍 Lorem Ipsum

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vehicula neque vel mi vehicula vulputate. Quisque eget odio at odio dapibus semper a in dui. Praesent et rhoncus nulla. Nam porttitor ullamcorper mauris, a ultrices eros iaculis sit amet. In eu tincidunt lacus, et consequat velit. Vivamus nec sollicitudin felis. Donec iaculis consequat volutpat. Vestibulum ullamcorper metus sit amet lacus maximus, nec sodales magna dictum.

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur facilisis magna sed commodo elementum. Proin non tortor vitae justo blandit pulvinar vel ut turpis. Phasellus at erat magna. Donec orci risus, molestie nec condimentum sit amet, efficitur sed ligula. Duis dignissim odio quis sapien sodales, non venenatis dui placerat. Suspendisse molestie metus sit amet metus hendrerit scelerisque nec vitae arcu.

    InfoLorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nec lectus tempus, scelerisque lacus id, aliquet tellus.

    Grant team members and other stakeholders the ability to login and explore datasets in the Onboarder without giving them editing or publication privileges.

    Viewers can:

    • View both finalized and draft datasets

    • View both public and private datasets

    Viewers cannot:

    • Edit datasets

    • Delete datasets

    • Publish datasets

    🔍 Improvements to search

    To improve your search experience, we have implemented a new search query syntax:

    Search for an exact phrase:
    "search term"
    Searches for the exact phrase in quotation marks in any field.

    Examples:

    • "2011 census"

    • "carbon dioxide"

    Search in a specific field:
    fieldname:term
    Searches for the term specifically in a selected field. Some examples of field names can be found in the table below. Generally they are structured as sectionname.fieldname.

    Examples:

    • summary.title:census

    • summary.abstract:"linked data resource"

    Field Names

    Data Class

    Data Element

    Datasets/Terminology/Data Standards

    class.name class.description

    element.name element.description

    summary.abstract summary.keywords summary.publisher.name summary.title summary.publicationDate
    summary.publisher.description summary.publisher.identifier
    summary.publisher.logo
    documentation.description

    Search for words in proximity of each other:

    “term1 term 2”~3
    Searches for terms within a specified distance of each other.

    For example, "2011 Benefits"~3 matches "term1" and "term2" within 3 words of each other.

    Examples:

    • "2011 Benefits"~3

    Search for values in a specific range:

    fieldname:[value1 TO value2]

    Searches for values within a specified range.

    Examples:

    • coverage.temporal.startDate:[2005-03-27 TO 2011-03-27]

    Wildcard Queries:
    term*: Matches terms that start with "term", followed by any characters.
    *term*: Matches terms that contain "term" anywhere within them.

    Examples:

    • corona*

    • *audit*

    Search with boolean operators:

    We now support the three basic boolean operators:

    • term1 AND term2: returns results that contain both term1 and term2.

    • term1 OR term2: return results that contain either term1 or term2.

    • term1 NOT term2: return results that contain term1 but exclude those that contain term2.

    Examples:

    • Cancer AND tumour sample

    • COVID OR coronavirus

    • Wales NOT England

    Field Boosting:
    title:term^2:
    Use this to give higher weight or importance to matches found in the title field.

    Examples:

    • title:2022^2

    • title:NHS^2

    Fuzzy Matching:

    Fuzzy search is a search technique used to retrieve results that are relevant to a user's query even if the query terms do not match exactly. It is particularly useful when dealing with typographical errors, misspellings, or variations in word forms.

    term~: Performs a fuzzy search for terms similar to "term" using edit distance.
    term~0.8: Adjusts the fuzziness level to 0.8 for more lenient matching.

    Examples:

    • health~

    • liver~0.8

    Full Release Notes

    New Features

  • Lorem Ipsum - dolor sit amet, consectetur adipiscing elit.

  • Dolor Sit Amet- Donec nec lectus tempus, scelerisque lacus id, aliquet tellus.

  • Improvements

  • Lorem ipsum dolor sit amet, consectetur adipiscing elit.

  • Donec nec lectus tempus.

  • Other Resolved Issues

    • Lorem ipsum dolor sit amet.New view-only user role

    • New search queries

    Improvements

    • Performance enhancements: seamless indexing between Onboarder and Browser

    • General improvements to site accessibility

    • Standardised “Advanced View” name across Browser and Onboarder

    • Keywords size reduced to reduce visual clutter in search results

    • Reference data types now contain links to referenced data class

    • When the sidebar is widened, cut-off text now extends into the expanded space

    • Multiplicity of data class/element now visible in data dictionary

    Other Resolved Issues

    • Fixed an issue where certain email domains were not accepted

    • Fixed an issue where version history would not display if latest version id was null

    • Fixed an issue where associated media links would extend beyond the boundaries of the page

    • Fixed an issue where sidebar padding was reduced