Skip to content

Commit

Permalink
Merge branch 'MultiDataSourceSearch' of https://github.com/khaledk2/o…
Browse files Browse the repository at this point in the history
…mero_search_engine into MultiDataSourceSearch
  • Loading branch information
khaledk2 committed Dec 27, 2024
2 parents 55a08be + 19f9a0c commit 524dc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omero_search_engine/api/v1/resources/resource_analyser.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def prepare_search_results(results, size=0):
resource == "image"
and res["Attribute"]
and res["Attribute"].lower() == "organism"
):
):
continue
row = {}
returned_results.append(row)
Expand Down

0 comments on commit 524dc3c

Please sign in to comment.