[ 
https://issues.apache.org/jira/browse/SOLR-9010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15247709#comment-15247709
 ] 

Upayavira commented on SOLR-9010:
---------------------------------

I'm gonna assume for now that we're talking about the new UI (from Jan's 
index.html reference, he is too).

The issue if I recall it is that, in Angular, changing the URL triggers a 
reload of the controller. This changes the workflow of the page substantially - 
when executing a query, rather than building a Solr URL to pass to a service, 
you need to build an Angular URL, then, when the controller starts up again, 
parse that angular URL into the $scope, then build a Solr URL and execute it. 
Certainly not impossible, just a rather different way of doing it from how it 
was initially coded.

I'm certainly game for reviewing [~jzak]'s work if he wants to give it a go. 
I'd say, pretty much the entire work will be in js/angular/controllers/query.js.

> Query tab - allow using browser "previous", "next" buttons to load 
> previous/next queries in the form
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-9010
>                 URL: https://issues.apache.org/jira/browse/SOLR-9010
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 5.5
>         Environment: Lucene Solr for Linux (downloaded as an archive)
>            Reporter: Jakub Zakrzewski
>
> Hi guys,
> I'm new here, however I have been using solr web admin interface for some 
> weeks now. 
> My problem is that I often would like to access my previous queries loaded in 
> the form. However it is not possible now.
> I'd like to have an url that opened will load the values to the form fields.
> Now the web gui displays an url which is a solr request url and not web admin 
> query url.
> I could implement this feature or create a web page that will use this 
> feature. Are you interested?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to