Are you looking at just JHU again? (
http://jira.projectblacklight.org/jira/secure/IssueNavigator.jspa?reset=true&assigneeSelect=specificuser&assignee=jrochkind )
Continuity with the rest of the entire application is why I want it to be in the URL. Think about sort, per_page, etc.
Also, it just make it easier to tie in with the session search history w/o overriding tons of the search history code.
Tying in with the search history is what makes all of the links back to the catalog and <prev | next> links work on the document page.
I could a) override all of that code from my plugin to look for the config field or b) just use all of the excellent code already in Blacklight for generating these things and lessen the potential impact for the implementer.
Right now, I can implement this w/o overriding much BL code at all, however it seems to me like any approach to make the Blacklight app aware of when we're doing an advanced search would require a lot of overriding.
Basically, it seems like it would be a giant pain to do that and would make the plugin less flexible IMO.
But anyway, as we discussed, I can definitely do this, and I think it's useful for a variety of purposes.
But Jessie, thinking about the advanced search stuff more --- is there any reason for the request handler used by the advanced search plugin to show up in the Blacklight URL _at all_? It seems to me it should just be hardcoded in your advanced search config, and used by the advanced search, without showing up in the Blacklight end-user URL at all. Are there any downsides to that?