mirror of
https://github.com/searxng/searxng.git
synced 2025-09-02 16:28:33 +02:00
[feat] engines: add GitHub Code Search engine (#5074)
This patch adds GitHub Code Search [1] engine to allow querying the codebases. Template code.html is changed to allow passthrough of strip and highlighting options. Engine Searchcode is adjusted to pass filename and not rely on hardcoded extensions. GitHub search code API does not return the exact code line indices, this implementation assigns the code arbitrary numbers starting from 1 (effectively relabeling the code). The API allows for unauth calls, and the default engine settings default to that, although the calls are heavily rate limited. The 'text' lexer is the default pygments lexer when parsing fails. [1] https://docs.github.com/en/rest/search/search?apiVersion=2022-11-28#search-code Co-authored-by: Markus Heiser <markus.heiser@darmarIT.de>
This commit is contained in:
parent
25647c20d1
commit
6b57705e50
9 changed files with 509 additions and 7 deletions
8
docs/dev/engines/online/github_code.rst
Normal file
8
docs/dev/engines/online/github_code.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _github code engine:
|
||||
|
||||
===========
|
||||
Github Code
|
||||
===========
|
||||
|
||||
.. automodule:: searx.engines.github_code
|
||||
:members:
|
Loading…
Add table
Add a link
Reference in a new issue