Since I’d like to create some text links that will launch a search with defined words
Is possible to create a link like
<a href="http://...../search?s=word">Search this word</a>Or is it possible to have a clean result url when I use the search module, so I copy and paste the url to my text links?
Right now, I have something like this
<a href="http://domain.com/results/cb78535078d9c9db7495223901a558da/">http://domain.com/results/cb78535078d9c9db7495223901a558da/</a>I could use that, but will that long string change with time and it will all the same?