Releases: hubmapconsortium/search-api
Releases · hubmapconsortium/search-api
v3.6.1
v3.6.0
Reorganize Dataset.ingest_metadata
- Index Dataset.ingest_metadata and Dataset.metadata returned from entity-api without renaming
- Remove calculated field Dataset.files and use the one from entity-api directly
- Update portal translation mapped fields
Full Changelog: v3.5.5...v3.6.0
v3.5.5
- Update to the latest submodule reference
- Remove
files
,metadata
, andingest_metadata
from datasets nested under Collection and Upload
Full Changelog: v3.5.4...v3.5.5
v3.5.4
- Adds
soft_assaytype
to the document so we no longer have to call the ingest-api from portal-ui or portal-visualization. - Tries to get the
pipeline
from thepipeline-shorthand
instead of depending on regex.
Full Changelog: v3.5.3...v3.5.4
v3.5.3
- Exclude fields from public indices based on entity-api schema yaml
- Use the latest submodule v1.0.38
Full Changelog: v3.5.2...v3.5.3
v3.5.2
- Explicitly map
segment_id
to keyword - Update requests (with submodule) and portal-visualization with dependency fixes
Full Changelog: v3.5.1...v3.5.2
v3.5.1
New full reindex workflow:
create
separate new indices and fill them with documentsgo-live
to swap the running indices to the new ones in real timecatch-up
with configurable parameter for the maximum number of entities expected to be re-indexed
Full Changelog: v3.5.0...v3.5.1
v3.5.0
- Remove unnecessary fields under
ancestors
,descendants
,immediate_ancestors
, andimmediate_descendants
per each index group - Updates portal translation to add
processing_type
for EPICs based on their expectedcreation_action
. - Update submodule ref and add CONSORTIUM_ID in config
- Fully remove deprecated
GET /assaytype
,POST /assayname
, andGET /assaytype/<name>
endpoints - Update commons to 2.1.18
- Update to the latest search-adaptor to support search query logging based on configuration
Full Changelog: v3.4.9...v3.5.0
v3.4.9
New docker base image
Full Changelog: v3.4.8...v3.4.9
v3.4.8
- Add
immediate_ancestor_ids/immediate_descendant_ids
to the entity to enable migrating away from directly usingimmediate_ancestors
andimmediate_descendants
. - Parameter search documentation updates
- Add jupyter notebook param search example
Full Changelog: v3.4.7...v3.4.8