[
https://issues.apache.org/jira/browse/SOLR-9010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15247719#comment-15247719
]
Jakub Zakrzewski commented on SOLR-9010:
----------------------------------------
Jan,
I'm new to angularjs, but I have found already a place where the filling in the
boxes happens and it does happen in the file
js/angular/controllers/query.js
the part responsible for loading the q parameter from the url is on line 89:
if ($location.search().q) {
$scope.query.q = $location.search()["q"];
$scope.doQuery();
}
What is SPA?
> 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]