Skip to content

Commit

Permalink
Remove the quick link invocation characters while querying
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Feb 27, 2022
1 parent cbe2d38 commit 842b29f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ function searchQuickLinks(query, config) {

if (quickLinkValue == null) return false

// TODO: Replace the special characters in the URL
// Replace the special characters in the URL
query = query.splice(0, 2)

// If it is not null, we need to build an URL accordingly and
// open it.
Expand Down

0 comments on commit 842b29f

Please sign in to comment.