Skip to content

search url #3

@oatmealm

Description

@oatmealm

Will it be possible to make the engine's url customizable?

(defvar opencode-search-url "https://searx.stream/search")

(defun opencode-search-web (query)
  "Search the web using SearXNG."
  (with-temp-message (format "Searching for: `%s`" query)
    (let ((url (format "%s?q=%s&format=json"
                       opencode-search-url
                       (url-hexify-string query))))
      ;; ... rest of original function ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions