Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 21:41
78c63c5

1.6.0 (2025-01-21)

Features

  • adds basic integration with Globus Search 'Advanced' query syntax (#283) (9087f2a)

    • advanced-search-example
  • adds support for 'bytes' and 'date' fields (#282) (7876d97)

    • Screen Cast 2025-01-21 at 3 54 18 PM
          // ...
          "fields": [
            {
              "label": "Size",
              "property": "entries[0].content.file_size",
              "type": "bytes"
            },
            {
              "label": "Modified",
              "property": "entries[0].content.mod_time",
              "type": "date"
            },
            {
              "label": "Accessed",
              "property": "entries[0].content.access_time",
              "type": "date"
            },
            // ...

Fixes

  • Adds a popover describing how to use Advanced Search (with a link to Globus Search documentation) (#307) (fee543f)