Skip to content

Commit

Permalink
Merge branch 'master' into fixBrowseEndpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfang97 authored Dec 17, 2024
2 parents 48215ff + bbe6b3a commit d52a2e5
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 d52a2e5

Please sign in to comment.