-
|
Instead of https://example.org/search I have already enabled "Query in the page's title" but it did nothing |
Beta Was this translation helpful? Give feedback.
Answered by
return42
Aug 8, 2023
Replies: 1 comment
-
|
Your are looking for the HTTP GET server:
method: GETthe default is POST Lines 86 to 88 in bcaaae6 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RaptaG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your are looking for the HTTP GET
method..the default is POST
searxng/searx/settings.yml
Lines 86 to 88 in bcaaae6