You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jakub Zakrzewski (JIRA)" <ji...@apache.org> on 2016/05/03 16:49:12 UTC

[jira] [Comment Edited] (SOLR-9010) Query tab - allow using browser "previous", "next" buttons to load previous/next queries in the form

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

Jakub Zakrzewski edited comment on SOLR-9010 at 5/3/16 2:48 PM:
----------------------------------------------------------------

Thank you Erick for creating a patch,

I'm sorry for inconvenience, this path will not work without changing the partials/query.html file by modifying the name of the function being executed after clicking on the "Execute query" button.

The edited partials/query.html file contains:
<!--
      <button type="submit" ng-click="doQuery()">Execute Query whoaa</button>
-->
      <button type="submit" ng-click="submitQuery()">Submit Query</button>

edit: I uploaded the modified file query.html  to the same repository as the query.js file.
query.html is available under
https://github.com/kbntk/solr-webapp-angular-query-controller/tree/master/webapp/web/partials


was (Author: jzak):
Thank you Erick for creating a patch,

I'm sorry for inconvenience, this path will not work without changing the partials/query.html file by modifying the name of the function being executed after clicking on the "Execute query" button.

The edited partials/query.html file contains:
<!--
      <button type="submit" ng-click="doQuery()">Execute Query whoaa</button>
-->
      <button type="submit" ng-click="submitQuery()">Submit Query</button>


> 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
>         Attachments: SOLR-9010.patch
>
>
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org