Agreed, this would be handy. I had that need just last week.
There are a few chrome tools which claim to do save/load. This only
saves once:
https://chrome.google.com/webstore/detail/form-save-and-restore/jknhanfpdjpnkfjjkpofcpegcbhpigcd/related
Best solution: right click, choose 'Inspect'. Use the tab 'Form Viewer'
to save form values, and use 'Apply To Page' to restore them.
cheers -- Rick
On 2016-12-27 12:25 PM, Erick Erickson wrote:
Use curl and edit a file maybe?
Or edit a file and copy/paste into the address bar? I often do this
and combined with browser format tools for XML or JSON let's me get
by.
IOW, there's really nothing I know of that allows you to save/retrieve
the contents of the admin UI form. It'd be a neat contribution though.
Best,
Erick
On Tue, Dec 27, 2016 at 3:09 AM, Sebastian Riemer <s.rie...@littera.eu> wrote:
Hi,
is there an easy way to preserve the query data I input in SolrAdmin?
E.g. when debugging a query, I often have the desire to reopen the current
query in solrAdmin in a new browser tab to make slight adaptions to the query
without losing the original query. What happens instead is the form is opened
blank in the new tab and I have to manually copy/paste the entered form values.
This is not such a big problem, when I only use the "Raw Query Parameters"
field, but editing something in that tiny input is a real pain ...
I wonder how others come around this?
Sebastian