Skip to content

Commit

Permalink
chore(search): use q for Gmail
Browse files Browse the repository at this point in the history
Turns out, many use mail.google.com. At the moment it doesn't seem possible
to make a request like gmail AND mail.google.com so I did the easiest thing.
  • Loading branch information
astyled committed Nov 19, 2023
1 parent d500180 commit 3ea3097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/views/core/search.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
</ul>
<ul class="List-unstyled">
<li><a href="/search?q=ChatGPT">ChatGPT</a></li>
<li><a href="/search?category=Gmail">Gmail</a></li>
<li><a href="/search?q=Gmail">Gmail</a></li>
<li><a href="/search?q=Google+Docs">Google Docs</a></li>
<li><a href="/search?category=Roblox">Roblox</a></li>
<li><a href="/search?q=Lichess">Lichess</a></li>
Expand Down

0 comments on commit 3ea3097

Please sign in to comment.