Open
Description
The Sphinx extension supports ?rtd_search="my query"
in the URL.
However, I removed this feature for now from the current implementation because it makes some things more complex at the moment. We should consider re-implementing it if we think it's useful.
Also, the same feature modifies the browser's history each time you perform a search, which is pretty annoying when you do multiple queries and then want to go back.
I don't think it's a good idea to modify the URL unless there are good reasons to do that. I'm happy to talk more about this feature, tho.