SciCatProject / backend-v3

SciCat Data Catalogue Backend
https://scicatproject.github.io/documentation/
BSD 3-Clause "New" or "Revised" License
13 stars 17 forks source link

Add datasetName and isPublished to index for speed #698

Closed minottic closed 1 year ago

minottic commented 1 year ago

Description

Add datasetName and isPublished to index to increase query speed

Motivation

Increase query speed, as isPublished and datasetName are fields usually used to query

Changes:

Tests included/Docs Updated?