Skip to content

Commit

Permalink
Merge pull request #1597 from SynBioHub/useExplorerAdvanced
Browse files Browse the repository at this point in the history
Use SBOLExplorer when selected with advanced search
  • Loading branch information
cjmyers authored Dec 17, 2024
2 parents 75885f4 + a7c77da commit bbe6b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/advancedSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function advancedSearchPost (req, res) {
limit = 10000
}

return search(null, criteria, req.query.offset, limit, req.user).then((searchRes) => {
return search(null, criteria, req.query.offset, limit, req.user, config.get('useSBOLExplorer')).then((searchRes) => {
const count = searchRes.count
const results = searchRes.results

Expand Down

0 comments on commit bbe6b3a

Please sign in to comment.