Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Conversation

@tjellicoe-tpzuk
Copy link

Implement discovery level search

  • Added new endpoint to allow free-text searching of collections and catalogues:
    • New endpoints:
      • Discovery Search (GET/POST)
    • This queries title, description and keyword fields when available
  • Added support for catalogues to split up collections and items into catalogues of data
    • This leads to updates for the following endpoints to filter by catalogues:
      • Get Collection
      • Get ItemCollection
      • Get CatalogCollections
      • Create Item
      • Update Item
      • Delete Item
      • Create Collection
      • Update Collection
      • Delete Collection
    • New endpoints added for catalogues:
      • Update Catalog
      • Create Catalog
      • Delete Catalog
      • Get Catalogs

Other changes

  • Minor update to the datetime handling for Get ItemCollection to include string converter.
  • Formatting changes using Black and Ruff

Copy link

@sgillies-tpzuk sgillies-tpzuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooft, a lot of work. Very tidy and well organised, well done.

@tjellicoe-tpzuk tjellicoe-tpzuk merged commit c59c3e3 into main May 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants