Skip to content

Commit

Permalink
Use SBOLExplorer when selected with advanced search
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmyers committed Dec 15, 2024
1 parent 698b166 commit 5944d99
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 5944d99

Please sign in to comment.