Files
searxng/searx/engines
Bnyro 6ca9d3784c [feat] engines: add seek-ninja general engine (#6217)
Add support for https://seek.ninja (general)

It's very slow because the engine uses Server-side events, that incrementally
send data in their HTTP response [1].

I.e. we wait for the end of the response (7+ seconds), even though the results
data arrives within a few seconds -> it's very slow, because SearXNG wants to
get the full response body before it calls the `response(resp)` method

We could use httpx-sse [2], but I'm not sure how to integrate this into SearXNG
and if it's worth it

[1] https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/
[2] https://github.com/florimondmanca/httpx-sse
2026-06-08 07:09:06 +02:00
..
2026-03-03 20:31:25 +01:00
2025-08-12 15:18:46 +02:00
2025-03-30 12:41:43 +02:00
2026-03-03 20:31:25 +01:00
2026-06-05 08:07:30 +02:00
2026-04-07 15:49:46 +02:00
2026-03-03 20:31:25 +01:00
2025-03-30 14:25:58 +02:00
2026-03-03 20:31:25 +01:00
2025-11-21 11:20:10 +01:00
2025-04-18 09:30:17 +02:00
2026-03-03 20:31:25 +01:00
2026-05-22 21:38:26 +02:00
2026-03-03 20:31:25 +01:00