[fix] XPath engine hoogle - hoogle.haskell.org has no paging support

Search on hoogle.haskell.org does no longer have pages.

Closes: https://github.com/searxng/searxng/issues/3278
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2024-03-06 12:41:36 +01:00 committed by Markus Heiser
parent a5b81e2555
commit fba8371396

View file

@ -940,8 +940,7 @@ engines:
- name: hoogle
engine: xpath
paging: true
search_url: https://hoogle.haskell.org/?hoogle={query}&start={pageno}
search_url: https://hoogle.haskell.org/?hoogle={query}
results_xpath: '//div[@class="result"]'
title_xpath: './/div[@class="ans"]//a'
url_xpath: './/div[@class="ans"]//a/@href'