Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add the possiblity to accept multiple databases from the same backend type #29

Merged
merged 8 commits into from
Sep 8, 2024

Conversation

syphax-bouazzouni
Copy link
Collaborator

@syphax-bouazzouni syphax-bouazzouni commented Aug 29, 2024

fix #10 and #30

Changes

  • Update the code to accept multiple databases from same backend type (909996e)
  • Add source_name property to the results response body (c30e8c1)

http://localhost:8080/api-gateway/search?query=plant&database=earthportal
image

  • Implement filtering to multiple database at once (3b7324c)

http://localhost:8080/api-gateway/search?query=plant&database=tib,zbmed
image

  • Make it possible to use database to select all the services of a type (5a39297)

http://localhost:8080/api-gateway/search?query=plant&database=ontoportal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the code to accept multiple sources of the same services (e.g multiple OLS or multiple Ontoportals)
1 participant