diff options
| author | Austin-Olacsi <138650713+Austin-Olacsi@users.noreply.github.com> | 2025-11-22 01:59:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-22 09:59:38 +0100 |
| commit | c852b9a90a29db386bceb283a8b01e0952876ec6 (patch) | |
| tree | bc36dc4e06093e4d3ee46a610ed0556fbad3b6b1 /searx/settings.yml | |
| parent | b876d0bed01422687f3f044658cab0afa9e0e19f (diff) | |
[feat] engine: add grokipedia (#5396)
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 81124bfc8..05b4a003e 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1058,6 +1058,12 @@ engines: play_categ: movies disabled: true + - name: grokipedia + engine: grokipedia + shortcut: gp + disabled: true + inactive: true + - name: material icons engine: material_icons shortcut: mi |