Commit 867e66e5 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[searx] fix title

parent 8f2b5a0e
Pipeline #2243 failed with stage
in 37 minutes and 11 seconds
......@@ -207,7 +207,7 @@ hyperdataDocumentFromSearxResult (SearxResult { _sr_content, _sr_engine, _sr_pub
, _hd_uniqId = Nothing
, _hd_uniqIdBdd = Nothing
, _hd_page = Nothing
, _hd_title = Just $ ("[" <> _sr_pubdate <> "] ") <> _sr_title
, _hd_title = Just _sr_title
, _hd_authors = Nothing
, _hd_institutes = Nothing
, _hd_source = Just _sr_engine
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment