Hi,
I've been looking into this as well and I can make it work with script js under "stuff".
window.location.hash = "cck1r";
The problem I have is that it will add ( #cck1r) as soon as the page loads forcing a jump to the anchor. I need to only add the anchor after clicking submit and the page reloads with new search url.
For example using "#list-page" anchor id on list page
When I call the search page via menu link I get (.../directory/education#list-page) which I don't want - however, when I do a search I get (...=0&search=dir_education_search&task=search#list-page) which is when I only want it to happen.
There must be a way to write a script that only adds (window.location.hash) after new url has loaded but I haven't figured this out yet. Possibly by appending the anchor when 'search' variable appears in url.
I'll keep looking for solution but any ideas are welcome.
Thanks
Anjo