Markus Heiser

Results 642 comments of Markus Heiser

Google "API" is not trivial, therefore I implemented: https://github.com/searxng/searxng/blob/7e695c664453547aa251d2431f3e8fe4d1c9b2b1/searx/engines/google.py#L214-L219 See doc-string below https://github.com/searxng/searxng/blob/7e695c664453547aa251d2431f3e8fe4d1c9b2b1/searx/engines/google.py#L135 A `gl=..` is not yet implemented. Here is an example of how this function can be used...

> It looks like it’s a bit complex for me, so I think I’ll just close this PR, thanks No problem .. may be me or someone else will pick...

@solisinvictum looks like your issue is solved .. I'm going to close this issue. If not solved give some more information about what you expect and we can reopen.

> Blocking domain is the key here. FYI, we discuss blocking of domains in https://github.com/searxng/searxng/discussions/970

> With the current architecture, the plugin must parse the infobox results. Yes, but its an complex data type that is documented not yet .. we can reverse engineer the...

> Maybe I will have a look about the next days. I sent PR #1412 to cover this topic well.

> Whoogle and DDG has predefined selection but those are not true Searx alternatives. We just think about a rework of the language/region topic in SearXNG .. ATM we have...

We can remove the `lenght` but I haven't found a solution to cast the type of the published date from `str` to a `datetime.datetime` object. The format of the string...

Just for my knowledge .. For performance reason, we have a [ preload type](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/preload) ... https://github.com/searxng/searxng/blob/36184b2f29187e37061590b40ce404b6a2a20c55/searx/templates/simple/index.html#L4 and the `url_for` adds the hash value .. This *preloaded* image is (only) used...

> I think adding hash is necessary since searxng.png is a static file, which uses static file's `cache-control` header. Who adds the `cache-control` header? .. is it done in the...