What parameters for forum search engine?
-
There is an option to add a search engine for the forum:
https://forum.vivaldi.net/search?query=%s
However, when I write a term in the search field, a forum window appears where I have to enter this term again.
Is there a code where this is already done automatically?
In the screenshot, I have enteredmail flags
as search words (mark in address bar). However, the input field is empty. Accordingly, there is no filter for the results yet. -
@Dancer18 Do a search with all the advanced parameters you want and modify the resulting address to use it as the search engine's URL.
Here is what I got for searching the word "
test
" and setting it to posts made by me:
https://forum.vivaldi.net/search?term=test&in=titlesposts&matchWords=all&by%5B%5D=nomadic&sortBy=relevance&sortDirection=desc&showAs=posts
Looks like the search term is put in the
term
parameter, so just replace the test search with%s
.Like so:
https://forum.vivaldi.net/search?term=%s&in=titlesposts&matchWords=all&by%5B%5D=nomadic&sortBy=relevance&sortDirection=desc&showAs=posts
-
@nomadic said in What parameters for forum search engine?:
Great! Thank you, @nomadic !
That's exactly what I want. Even with search of my own posts.
I created 2 search engines now. One for general forum search and one for search within my own posts. -
This post is deleted! -
This post is deleted!