Skip to content

Commit

Permalink
Merge branch 'development' into fix/submission-filters-endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Sep 21, 2023
2 parents ea90027 + d8c8e5b commit 25d7f84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GIT

GIT
remote: https://github.com/ontoportal-lirmm/ontologies_linked_data.git
revision: 4c89c8346766d23e09b24c8e29750bf3a91e6b53
revision: 1204ede68ed0a5af5e3fb355172496d5e0134544
branch: development
specs:
ontologies_linked_data (0.0.1)
Expand Down
1 change: 0 additions & 1 deletion helpers/request_params_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def apply_submission_filters(query)
hasOntologyLanguage_acronym: params[:hasOntologyLanguage]&.split(',') , #%w[OWL SKOS],
ontology_hasDomain_acronym: params[:hasDomain]&.split(',') , #%w[Crop Vue_francais],
ontology_group_acronym: params[:group]&.split(','), #%w[RICE CROP],
ontology_name: Array(params[:name]) + Array(params[:name]&.capitalize),
isOfType: params[:isOfType]&.split(','), #["http://omv.ontoware.org/2005/05/ontology#Vocabulary"],
hasFormalityLevel: params[:hasFormalityLevel]&.split(','), #["http://w3id.org/nkos/nkostype#thesaurus"],
ontology_viewingRestriction: params[:viewingRestriction]&.split(','), #["private"]
Expand Down

0 comments on commit 25d7f84

Please sign in to comment.