Skip to content

Commit

Permalink
Fix GitHub search unioning of orgs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Nov 19, 2024
1 parent 1d9a209 commit a291d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tr id="primary">
<td><input class="btn btn-primary btn-lg" onclick="ddg('site:imagej.net+-site:imagej.net%2Fimagej-wiki-static+$q')" id="wiki" name="wiki" value="Wiki"></td>
<td><input class="btn btn-primary btn-lg" onclick="go('https://forum.image.sc/search?q=$q')" id="forum" name="forum" value="Image.sc Forum"></td>
<td><input class="btn btn-primary btn-lg" onclick="go('https://github.com/search?q=$q+user%3Abigdataviewer+user%3Afiji+user%3Aimagej+user%3Aimglib+user%3Aknime-ip+user%3Aopenspim+user%3Asaalfeldlab+user%3Ascifio+user%3Ascijava+user%3Atrakem2&ref=simplesearch&type=Code')" id="github" name="github" value="GitHub"></td>
<td><input class="btn btn-primary btn-lg" onclick="go('https://github.com/search?q=$q+(user%3Abigdataviewer+OR+user%3Afiji+OR+user%3Aimagej+OR+user%3Aimglib+OR+user%3Aknime-ip+OR+user%3Aopenspim+OR+user%3Asaalfeldlab+OR+user%3Ascifio+OR+user%3Ascijava+OR+user%3Atrakem2)&ref=simplesearch&type=Code')" id="github" name="github" value="GitHub"></td>
</tr>
<tr id="secondary">
<td>
Expand Down

0 comments on commit a291d8d

Please sign in to comment.