forked from ontoportal/ontologies_api_ruby_client
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Aggretate federated search results (#18)
* handle ssl error exception when federated call to a collection * federate search endpoint and merge results * fix activesupport gem version issue * fix search params to keep federated and non federated calls work * put collections mergin only for class search * pass federation errors in federated search results * remove unused parallel dependency in class.rb * clean class.rb federation code * update the activesupport gem version * remove uncompleted federated search test * use the key "collection" instead of "results" in federated search result hash to maintain the endpoint expected schema * add test for federated search
- Loading branch information
1 parent
15ad7d4
commit 0598e00
Showing
4 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,6 +73,7 @@ GEM | |
hashdiff (>= 0.4.0, < 2.0.0) | ||
|
||
PLATFORMS | ||
ruby | ||
x86_64-darwin-21 | ||
x86_64-darwin-23 | ||
x86_64-linux | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters